@font-face {
    font-family: 'Tokyo';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Tokyo.woff') format('woff');
}

@font-face {
    font-family: 'RobotronicaI';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/RobotronicaI1.woff') format('woff');
}

@font-face {
    font-family: 'Robotronica';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Robotronica.woff') format('woff');
}


h1 {
    font-family: RobotronicaI, serif;
    font-size: 90px;
    padding: 25px 40px;
    color: rgb(176, 32, 19);
}

body {
    background-color: black;
}

p {
    font-family: Courier, serif;
    font-size: 22px;
    color: white;
    padding: 10px 40px;
}

a {
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    h1 {
    margin: auto;
    text-align: center;
    font-size: 70px;
    }

    p {
    font-size: 20px;
    color: white;
    padding: 8px 40px;
}


}