body{
    
    background-image: url("bgf2.png");
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    background-size: cover;
    color:rgb(0, 0, 0);
}
h2{
color:rgb(0, 0, 0);
}

.filler{
    width: 5%;
    height: 1800px;
    float: left;
}

.border{
    background-color: white;
    width: 50%;
    opacity: 0.7;
}


.text{
    width: 60%;
float: left;
}
.atext{
    float: left;
    margin: 200px;
    background-color: rebeccapurple;
}

.scroller{
    width: 15%;
    height: 5000px;
    float: left;
}
.logo{
    background-image: "logo.jpg";
    width: 100%;
    height: 15%;
}
