body{
    overflow-x: hidden;
}
body, html{
    background-image: url('backgroundaob.png');
    background-repeat: no-repeat;
    background-attachment: fixed;  
    background-size: cover;
}
.compscibanner{
    margin-top: 0%;
    width:100%
}
.compscititle{
    color: white;
    font-size: 50px;
    font-family: 'poppins', sans-serif;
    margin-left: 3%;
    margin-top: 3%;
}
.compscibody{
    color: white;
    margin-left: 6%;
    font-family: 'poppins', sans-serif;
    margin-top: 1%;
    font-size: 20px;
}
.compsciquotes{
    color: white;
    font-size: 20px;
    margin-left: 5%;
    margin-top: 2%;
}

