body {
    font-family: Gotham, Verdana, sans-serif;
    height: 100vh;
    width: 100vw;

    display: flex;
    justify-content: center;
    align-items: center;

}

div {
    border-radius: 30px;
    border: black 2px solid;
    padding: 30px;
    padding-top: 5px;

    display: flex;
    flex-direction: column;

    width: 10%;
    min-width: fit-content;
    height: fit-content;
}