body {
    margin-top: 250px;
    margin-left: 200px;
    margin-right: 200px;
    align-self: center;  
    background-image: url(resources/background_chess.jpg);
    background-position: fixed;
    border-radius: 6px;
    border: 7px solid #6e0719;
    font-family: "VT323", monospace;
    font-size: large;
}
main{
    text-align: center;
    padding: 5px;;
    background-color: rgb(255, 243, 224);
}
h1{
    font-family: "VT323", monospace;
    font-size: large;
    color: #6e0719;
}
a{ 
    font-family: "VT323", monospace;
    font-size: large;
    color:#6e0719;
    text-decoration: underline;
}
a:hover {
    color: black;
    font-style: italic;
}