@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

*{
    font-family: 'Roboto', sans-serif;
}

body {
    background: #222;
    color: #EEE;
}

h1 {
    text-align: center;
}

.description {
    padding-left: 2rem;
    padding-right: 2rem;
}

#wrapper{
    width: 600px;
    margin: 0 auto;
}

#gameContainer{
    width: 600px;
    height: 600px;
    margin: 0 auto;
}

a:link {
    color: #2E7674;
}

a:visited {
    color: #FF740A;
}

a:hover {
    color: #558B7A;
}

a:active {
    color: #E0B000;
}