html {
    position: relative;
    min-height: 100%;
}

body {
    background-color: #181825;
    color: #cdd6f4;
    font-family: monospace;
    font-size: 20px;
}


footer {
    padding-top: 50px;
    margin: auto;
    text-align: center;


}

#top {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    margin-top: 20%;
    margin-bottom: 20vh;
    border-radius: 30px;
    width: 50vh;
    text-align: center;
    box-shadow: 2px 2px 30px #74c7ec;
}


#main_content {
    text-align: center;
}

button {
    border-radius: 7px;
    width: 150px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #b4befe;
    font-weight: 500;
    border-width: 0px;
    cursor: pointer;
    box-shadow: 5px 5px 7px #11111b;
    color: #1e1e2e;
}

a {
    color: #89b4fa;
}
