@ -1,19 +1,12 @@
body, html {
height: 100%;
margin: 0;
overflow: hidden; /* Prevents scrollbar from appearing */
}
body {
max-height: 100vh;
max-width: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
#menu {
width: 800px;
height: 400px;
@ -27,7 +20,12 @@ body {
transition: transform 0.3s, scale 0.3s;
#title{
flex-direction: row;
p{
color: dodgerblue;
align-self: center;