h1{
    text-align: center;
    color: indigo;
}
button{
    color: white;
    background-color: blue;
    width: 10vh;
    height: 5vh;
    border-radius: 20px;
}
.btndiv{
    justify-content: center;
    align-items: center;
    display: flex;
}