*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

button{
    padding: 15px;
    font-size: 18px;
    border-radius: 20px;
    background-color: #808080;
}