body {
    background-color: #7CCF98;
    font-family: 'Courier New', Courier, monospace;
}

#accountPanel {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10vh;
    width: 60vh;
    height: max-content;
    background-color: white;
    border-style: solid;
    border-radius: 4vh;
    border-width: 2px;
    border-color: black;
    padding: 2vh;
    text-align: center;
}

p {
    font-size: 2vh;
    position: relative;
    top: 1vh;
    margin-top: 0;
    color:black;
}

li {
    text-align: left;
}

a {
    text-decoration: underline;
    color: blue;
}

a:hover {
    cursor: pointer;
}