body{
    background-image: url("assets/images/styling/sky.gif");
    background-size: cover;
}

#announcementBar{
    background-color: black;
    color: white; 
}

.mainContainer{
    background-color: rgb(212, 212, 212);
    outline-style: solid;
    outline-width: 1px;
    width: 100vh;
    height: 150vh;
    margin:auto;
}

.infoBox{
    background-image: url("assets/images/styling/dojt.png");
    color: white;
    outline-color: black;
    outline-style: solid;
    outline-width: 1px;
    width: 500px;
    margin: auto;
}


#logo{
    width: 500px;
    height: 500px;
    margin: auto;
    margin-bottom: 15px;
}

#logo img{
    width: 100%;
    height: 100%;
}