/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jun 24 2025 | 06:52:13 */
.footer{
	
    height: 45vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
a{
    text-decoration: none;
    font-size: 15px;
    color: black;
    display: block;
    font-family: 'Times New Roman', Times, serif;
    margin-bottom: 5px;
}
h4{
    color: black;
    font-size: 30px;
    font-family:'Times New Roman', Times, serif;
}
.item p{
    color: black;
}
.item{
    height: 35vh;
    width: 20vw;
}
.C{
        
}
.links{
    margin-top: 5px;
}

