.mh{
    display: grid;
    padding-top: 30vh;
    font-size: 8vh;
    font-weight: bolder;
    place-items: center;
    height: 4vh;
}
p{
    font-weight: bold;
    text-align: center;
}
.btn{
    color: rgb(87, 191, 255);
    background-color: rgb(0, 0, 164);
    border-style: none;
}
.btnContainer{
    position: relative;
    text-align: center;
}
body{
    color: rgb(87, 191, 255);
    background-color: rgb(0, 0, 164);
}
a{
    color: inherit;
  text-decoration: inherit;
}