*{
    margin: 0;
    padding: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#title{
    text-align: center;
}

button{
    width: 90px;
    height: 25px;
    border: none;
    border-radius: 10px;
}

button:hover{
    
}

.flex{
    margin-top: 100px;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}



