@import "https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap";body{background-image:url(./fon.png);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;height:100vh;display:flex;overflow:hidden}header{text-align:center;width:100%;height:25%}h1{color:#fff;text-shadow:10px 1px 2px #a64a00;margin-top:2%;margin-bottom:1.5rem;font-family:Roboto Condensed;font-size:5rem;font-weight:600}.menu{flex-direction:column;flex:1;align-items:center;display:flex}.menu-button{cursor:pointer;background-position:50%;background-repeat:no-repeat;background-size:contain;width:25vw;height:18vh;margin-bottom:6%}.menu-button:hover{transform:translateY(-2px)}.menu-button:active{transform:translateY(0)scale(.98)}.menu-button-play{background-image:url(./btn-home-page-play.png)}.menu-button-exit{background-image:url(./btn-home-page-exit.png)}@media (max-width:768px){h1{margin-bottom:1rem;font-size:3rem}}@media (max-width:480px){h1{margin-bottom:.8rem;font-size:2rem}}
