.conduct{
    width:90%;
    padding:5vh 5%;
    margin-top:9vh;
    padding-bottom:9vh;
    min-height:81vh;
    background:white;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-start;
    color:rgb(0, 0, 0);
}
.footer{
    background:black;
    color:white;
}