main{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 3rem;
    gap: 3rem;
}

h1{
    font-family: Arial, Helvetica, sans-serif;
}

button img{
   max-width: 90%;
   height: 100%;
}

button{
    width: 10%;
    height: 3rem;
    border: solid;
    border-radius: 10px;
    background-color: white;
    padding: 0px;
}