


body {
    background-image: url("img/static.png");
    
}

footer {
    color: antiquewhite;
}

a {
    color: grey;
}

.main {
    background-image: url("img/tunnelDark.jpg") ;
    background-repeat: no-repeat;
    background-size:100%;
    background-color: black;
    color: antiquewhite;
    border-color: darkslategray;
    border-width: 5px;
    border-style: solid;
    margin: auto;
    padding: 4%;
    width: 35%;
    height: fit-content;
    min-width: 400px;
}

.ico {
    /*float: left;*/
    width: 100px;
    margin-right: 20px;
}
td {
    color: antiquewhite;
    align-content: center;
    border-bottom: 1px solid antiquewhite;
    padding: 2%;
}
    
