h1 {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2%;
}

h2 {
    font-weight: bolder;
    font-size: 25px;
    margin-top: 3%;
}

#cheeseburger, #french-fries, #soda, #big-combo {
    accent-color: #ffd700;
}

.special-request {
    margin-top: 3%;
    margin-bottom: 2%;

    display: flex;
    justify-content: center;
    align-items: center;
}

.request {
    display: flex;
    justify-content: center;
    align-items: center;
}

p {
    text-align: center;
}

.greeting {
    align-items: center;
}

.go {
    margin-top: 15px;
    padding: 5px 10px;

    background-color: #9d9d9d;
    color: #000000;
    font-weight: bold;
    font-size: 30px;
    border-radius: 3px;
}

.go:hover {
    color: white;
    cursor: pointer;
    
}