
  @import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;800&family=Roboto:ital,wght@0,300;0,400;1,300&family=Ubuntu&family=Varela+Round&display=swap');

html,body{
    font-family: 'Roboto',sans-serif;
}

.container {
    margin: auto;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    
}
.text-center {
    text-align: center;
}

.button {
    padding: 20px;
    margin: 0 3px;
    border: 2px solid black;
    border-radius: 9px;
    cursor: pointer;
    font-weight: bold;
    width: 66px;
}

.row {
    margin: 8px 0;
}

.row input {
    width: 285px;
    font-size: 20px;
    margin: 0;
    padding: 10px;
    border: 2px solid black;
    border-radius: 5px;
}
