.topbar {
    background-color: rgb(49, 190, 255);
    color: white;
    padding: 2px;
    padding-left: 8px;
    margin: 0;
}

body,html {
    padding: 0;
    margin: 0; 
    background-color: white;
    display: block;
    height: 500px
}

h1 {
    padding: 0;
    margin: 0;
    font-family: "Reddit Sans",sans-serif;
}

h2 {
    padding: 0;
    margin: 0;
    font-family: "Reddit Sans",sans-serif;
}

.center {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.standardbox {
    margin: 0;
    padding: 16px;
    background-color: whitesmoke;
    border-radius: 8px;
    border-width: 8px;
    border-color: grey;
}

.vflex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

input {
    width: 300px;
    height: 25px;
    margin: 4px;
    text-align: center;
    font-family: "Reddit Sans", sans-serif;
    border-radius: 8px;
    border-style: inset;
    border-width: 2px;
    border-color: lightgrey;
}

select {
    width: 310px;
    height: 30px;
    margin: 4px;
    text-align: center;
    font-family: "Reddit Sans", sans-serif;
    border-radius: 8px;
    border-style: inset;
    border-width: 2px;
    border-color: lightgrey;
    background-color: white;
    color: black;
}

button {
    background-color: rgb(49, 190, 255);
    border: none;
    width: 200px;
    height: 40px;
    border-radius: 8px;
    margin-top: 16px;
    color: white;
    font-weight: bolder;
    font-size: larger;
    cursor: pointer;
    font-family: "Reddit Sans", sans-serif;
}

p {
    margin: 0;
    padding: 0;
    margin-top: 8px;
    font-family: "Reddit Sans", sans-serif;   
}