@import url('https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400..700&display=swap');

body {
  background-color: black;
  font-family: Pixelify Sans;
  font-size: 20px;
  color: white;
}

ul {
    text-align: center;
}

li {
    display: inline-block;
}

.buttonimg {
    margin: 20px;
    border-radius: 200px;
    display: block;
    margin: auto;
}

.navalign {
    display: inline-block;
    
}

.navbutton {
    display: block;
    background-image: linear-gradient(#000000, #052871);
    border: solid 1px #ffffff;
    border-radius: 2px;
    font-size: 23px;
    padding: 20px;
    text-align: center;
    color: #c1ffd8;
    text-decoration: none;
    margin: 10px;
    max-width: 60%;
    height: 350px;
    
}


.navbutton:hover {
    max-height: 75%;
    max-width: auto;
    transition: 0.8s;
    text-decoration: none;
    font-weight: bold;
    color: #FFF;
    border: solid 4px #fff;
    background-image: linear-gradient(#390d74, #109ee7);
}

.undertext {
    font-size: 16px;
    color: white;
    max-width: 60%;
    text-align: center;
}
