body {
    margin: 0;
    padding: 0;
    display: block;
}

h1 {
    text-align: center;
    font-size: 3em;
    margin-top: 10vh;
}

h2 {
    text-align: left;
}

.appdiv {
    width: fit-content;
    margin-top: 3em;
}

.appdiv ul {
    text-decoration: none;
    list-style-type: none;
    font-size: 2em;
    margin: auto;
    
}

.appdiv a {
    text-decoration: none;
    list-style-type: none;
    color: black;
    margin: auto;
}

.appdiv a:hover {
    border-bottom: 3px solid red;
    transition: all 1 ease;
}
