@import url('https://fonts.googleapis.com/css2?family=Oi&family=Press+Start+2P&family=Rampart+One&family=Rubik+Beastly&family=Ruslan+Display&family=Stalinist+One&display=swap');
@font-face {
    font-family: GTAru; /* Гарнитура шрифта */
    src: url(/fonts/GTARus.ttf); /* Путь к файлу со шрифтом */
}

html {
    background-image: url(../pics/6870.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

a {
    color: white;
    text-decoration: none;
    padding: 20px;
    font-family: Сomic Sans MS, cursive;
    font-weight: bold;
    font-size: medium;
}

a:hover {
    color: #FE5200;
}

header{
     height: auto;
 }

footer{
    text-align: center;
    background-color: black;
    color: white;
    padding: 50px;
    font-family: GTAru, cursive;
    font-weight: lighter;
    font-size: xx-large;
}

nav{
    text-align: center;
    background-color: black;
    color: white;
    padding: 20px;
}

main{
    text-align: center;
    font-family: Сomic Sans MS, cursive;
    font-weight: normal;
    padding: 20px;
    font-size: 20px;
    color: white;
    height: 950px;
}

form{
    margin-top: 30px;
}

table{
    margin: 0 auto;
    width: auto;
    border: outset 5px black;
    height: 100px;
}

td{
    border: outset 5px black;
    padding: 10px;
}

tr#tablehead{
    font-family: GTAru, cursive;
    font-size: 50px;
}

div#name{
    width: auto;
    height: auto;
    padding: 0;
    background: black;
}

div#nametxt{
    text-align: center;
    color: black;
    align-self: center;
    height: auto;
    font-family: GTAru, cursive;
    font-size: 100px;
    text-shadow: 4px 0 4px white,
    0 4px 4px white,
    -4px 0 4px white,
    0 -4px 4px white;
    font-weight: normal;
}

div#nametxt:hover{
    text-shadow: 4px 0 4px #FE5200,
    0 4px 4px #FE5200,
    -4px 0 4px #FE5200,
    0 -4px 4px #FE5200;
}

div#year{
    text-align: center;
    height: auto;
    padding: 0;
}

div#game{
    display: table;
    margin: 0 auto;
    font-family: GTAru, cursive;
    font-size: xxx-large;
    font-weight: lighter;
    text-shadow: 2px 0 2px black,
    0 2px 2px black,
    -2px 0 2px black,
    0 -2px 2px black;
}

div#manager{
    width: 960px;
    text-align: center;
}

button{
    font-family: GTAru, cursive;
    font-size: 50px;
    background-color: black;
    color: white;
    border: outset 2px white;
    padding: 50px;
    padding-bottom: 15px;
    padding-top: 10px;
    border-radius: 20px;
    margin-right: 30px;
}

button:hover {
    color: black;
    text-shadow: 4px 0 4px white,
    0 4px 4px white,
    -4px 0 4px white,
    0 -4px 4px white;
    border: outset 2px black;
}

button#start{
    margin-top: 100px;
    font-size: 100px;
}


div#about{
    display: block;
    padding: 200px;
    background-image: url('/pics/zapiska.png');
    background-repeat: no-repeat;
    background-size: cover;
}

p#about{
    text-align: justify;
    font-size: x-large;
    text-shadow: 2px 0 2px black,
    0 2px 2px black,
    -2px 0 2px black,
    0 -2px 2px black;
}

p#gamehead{
    color: darkred;
    text-shadow: 4px 0 4px white,
    0 4px 4px white,
    -4px 0 4px white,
    0 -4px 4px white;
}

p#gamescore{
    color: darkred;
    text-shadow: 4px 0 4px white,
    0 4px 4px white,
    -4px 0 4px white,
    0 -4px 4px white;
}

img{
    margin-top: 30px;
    border: outset 5px black;
}
























