html{
    min-height: 100%;
}

body{
    background-color: #591AE7;
    font-family: helvetica, sans-serif;
    font-size: 30px;
    color: white;
}

.div2{
    display: flex;
    justify-content: center;
    padding-top: 50px;
}