/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jun 21 2025 | 07:36:25 */
*{
    margin: 0;
    padding: 0;
}
.footer{
    display: flex;
    height: 30vh;
    width: 100vw;
    
    flex-direction: row;
    align-items: center;
    padding-left: 10px;
    justify-content: space-around;
}
.item{
   
    width: 20vw;

}
ul{
    list-style: none;
}
li{
    font-size: 20px;
}
h2{
    font-size: 30px;
}
a{
    text-decoration: none;
    color: black;
}
label{
    font-size: 20px;
    font-weight: bold;
}
.forms{
    width: 35vw;
}
.op p{
    text-align: center;
   
}
