@font-face {
    font-family: 'bodegasans_mediumoldstyleRg';
    src: url('../assets/fonts/bodegasansmediumoldstyle-webfont.woff2') format('woff2'),
         url('../assets/fonts/bodegasansmediumoldstyle-webfont.woff') format('woff'),
         url('../assets/fonts/bodegasansmediumoldstyle-webfont.ttf') format('tff');
    font-weight: normal;
    font-style: normal;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.app {
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: space-between;

    background: #FFEEAD;
}
button {
    padding: 25px 15px;
    border-radius: 100%;
    font-weight: bold;
    background-color:#fb2e01;
    color: #fffeb3;
}
form {
    background: #FFEEAD;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
label[for="name"] {
    font-family: 'Abel', sans-serif; 
}
body {
    background: #FFEEAD;
}
#playerName{
    border: none;
    padding: 0;
    border-radius: 0;
    outline: none;
    width: auto;
    min-width: 100%;
    font-size: 1.5rem;
    line-height: 3em;
    border-bottom: 3px solid #333333;
    background-color: transparent;
}
#popular {
    margin: 20px;
}
#other {
    margin: 20px 30px 20px 20px;
}
.genre {
    display: flex;
    align-items: center;
    margin-top: 50px;
}