body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    padding-top: 60px;
}

input[type=text] {
    width: 100%;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: large;
}

.box-container {
    width: 25%;
    min-width: 600px;
    max-width: 100%;
    margin: auto;
    padding: 15px;
}

.fix-button {
    font-size: larger;
    background-color: dodgerblue;
    color: white; 
    border-radius: 4px;
    padding: 15px;
    border: none;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.help-button {
    font-size: large;
    background-color: forestgreen;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 4px;
}

.options-button {
    font-size: large;
    background-color: slategrey;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 4px;
}

.service-message {
    text-align: center;
}
