body {
    font-family: Arial, sans-serif;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
    margin-right: 0px;
    background: #f4f4f4;
    
}

.title {
    display: grid;
    grid-template-rows: auto auto;
}

.title-1 {
    background: #262228;
    text-align: center;
    border-bottom: 2px solid #c0b283;
    color: #f4f4f4;
    height: 65px;
    margin-top: 0px;
}

.button {
    /* display: grid;
    grid-template-columns: 1fr auto; */
    background: #262228;
}

.button-1 {
    float: left;
}

.button-2 {
    border: 2px solid #c0b283;
    background: #f4f4f4;
    height: 20px;
    width: 150px;
    
}

.button-3 {
    border: 2px solid #c0b283;
    background: #f4f4f4;
    margin-left: 10px;
}

.question {
    margin-bottom: 20px;
    padding: 20px;
    border: 2px solid #c0b283;
    border-radius: 10px;
}

.question label {
    display: block;
    margin-bottom: 10px;
}

.question input[type="radio"] {
    margin-right: 10px;
}

#result {
    margin-top: 20px;
    padding: 20px;
    border: 2px solid #c0b283;
    border-radius: 10px;
}