body{
    background-color: rgb(61, 157, 173);

    /* might wanna make a script that will change it depending on the part of the day */
    background-image: url(sailors.png);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    
    color: white;
    margin: 0 auto;
    width: 100%;
    /* min-height: 100%; */
    /* margin-top: 50px; */
    text-align: center;
    font-family: Helvetica;
}
main{
    margin: 0 auto;
    width: 60%;
    min-height: 100vh;
    background-color: rgb(56, 50, 53);
    size: cover;
    
}
h1{
    margin: 0 auto;
    padding: 20px;
}

hr{
    width: 500px;
}
a{
    color:rgb(24, 192, 192);
}
p#ao{
    padding-top: 5px;
}
a#doesnt{
    position:absolute;
    color: grey;
}

table{
    /* border: 1px solid black; */
    background-color: white;
    margin: 0px auto;

}

tr, th{
    background-color: rgb(56, 50, 53);
    width: 40px;
    
}

footer {
  position: fixed;
  bottom: 0;
  margin-bottom: 20px;
  width: 100%;

}
