.name-box {
    display: inline-block;
    border: 1px solid #000;
    border-radius: 15px;
    cursor: pointer;
    text-align: center;
    width: 100%;
    height:100%;
    text-align: center;
    font-size: 37px;
    background-color: #ffffffc2;
}

.grid-list {
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5%;
    width: 95%;
    margin-bottom: 30px;
}

form {
    width: 100%;
}

body {
    color:black;
    display:flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background: url('./img/ab6b85a5-bd66-4709-8f56-1d438d3c448a.webp')
}

.box {
    display:flex;
    height:100%;
    margin: 0 50px;
    width: 100%;
    justify-content: center;
}

.item {
    margin-top: 10px;
    width:100%;
    height: 90px;
    font-size:90px !important;
    display:flex;
    justify-content: center;
}

.itemb {
    margin-top: 10px;
    width:100%;
    height: 140px;
    display:flex;
    justify-content: center;
}

.options {
    display:flex;
    align-items: baseline;
    justify-content: center;
    text-align: center;
    flex-direction: row;
}

.options p {
    height:10px;
    margin:0 5px;;
    padding:0;
}