* latin */
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/orbitron/v16/yMJRMIlzdpvBhQQL_Qq7dy0.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/orbitron/v16/yMJRMIlzdpvBhQQL_Qq7dy0.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    background-color: slateblue ;
    background-image: url('../img/retrowave.jpg');
    background-size: cover;
    font-family: 'Orbitron', Arial, Helvetica, sans-serif;
    font-size: 16px;
}

body{
    height: 100vh;
    width:100% ;
    margin: 0;
    display: block;
}
h3{
    text-align: center;
}
#message{
    color:black;
    padding-left: 0;
    padding-right: 0;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 100px;
    display: block;
}
#main{

    width: 100%;
    display: flex;
    justify-content:inline-block;
    
}

#playfield{
    border: 5px solid purple;
    padding-left: 0;
    padding-right: 0;
    margin-top: 50px;
    margin-left: auto;
    margin-right: 0;
    display: block;

}

#info{
    border: 5px solid purple;
    margin-top: 50px;
    margin-left: -5px;
    padding-right: 0;
    margin-top: 50px;
    margin-right: auto;
    background-color: white;
    height: 730px;
    width: 250px;
    //border: 2px solid black;
}

#next{
    
    margin: 30px 0;
    margin-left: 57px ;
    border: 1px solid black;
}

#next-block{
    
    margin: 20px 0 0 0;
}
.debug{
    margin-top: 40px;
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    align-content: center;
    margin-left: 14px;
}

#debug-switch{
    margin-top: 6px;
    margin-right: 40px;
}

#score, #level{
    font-size: 1.5rem;
}

#level{
    margin-top: 20px;
}

#author{
    position:relative;
    text-align: center;
    top: 60px;
    font-size: .8rem;
    font-weight: 300;
    line-height: 1.5;
}

.social-media{
    position:relative;
    top:70px;
    display: flex;
    justify-content: space-evenly;
    width: 120px;
    margin: 0 auto;
}
.social-media a{
    font-size: 1.2rem;
    text-decoration: none;
    color:inherit;

}

#controls{
    margin-top: 20px;
    font-weight: 400;
}

#controls h3{
    text-align: left;
    margin-left: 33px;
    margin-top: 40px;
}

#controls ul{
    font-size: .7rem;
    line-height: 2;
    padding-left: 35px;
}

#controls strong{
    font-size: .8rem;
}