body {
    background-color: #ffffff;
    color: #353839;
    font-family: "Impact, Helvetica, sans-serif";
}

a {
    color: inherit;
    text-decoration: underline;
}

.label-1 {
    margin-top: 20px;
    font-size: 14px;
    color: gray;
}

.input-1 {
    color: rgb(81,81,81);
    font-size: 16px;
    height: 25px;
    border: 1px solid lightgray;
    border-radius: 10px;
    margin-top: 5px;
    padding: 7px;
    overflow: auto;
}

.input-2 {
    color: rgb(81,81,81);
    font-size: 16px;
    border: 1px solid lightgray;
    border-radius: 10px;
    padding: 7px;
    overflow: auto;
}

.select-1 {
    color: rgb(81,81,81);
    font-size: 16px;
    height: 35px;
    border: 1px solid lightgray;
    border-radius: 10px;
    margin-top: 5px;
    padding: 7px;
    overflow: auto;
}

.button-1 {
    background-color: #222222; 
    color: #fff; 
    border: 1px solid #222222;
    border-radius: 10px;
    margin-top: 27px;
    transition: background-color 0.4s;
    height: 40px;
    font-size: 14px;
}

.button-2 {
    background-color: #222222; 
    color: #fff; 
    border: 1px solid #222222;
    border-radius: 10px;
    transition: background-color 0.4s;
    font-size: 14px;
}

.button-1:hover {
    background-color: #707070;
}

.modal-background {
    height: 100%; 
    width: 100%; 
    display: none; 
    z-index: 1; 
    background-color: rgba(0,0,0,0.6); 
    position: fixed;
    left: 0;
    top: 0;
}

.modal {
    margin: 15% auto; 
    width: 85vw; 
    max-width: 400px; 
    background-color: #faf9f8;
    display: flex; 
    flex-direction: column;
    border-radius: 8px;
}

.modal-text {
    margin-top: 35px; 
    margin-left: 30px; 
    margin-right: 30px;
    word-break: break-word;
}

.modal-button {
    align-self: flex-end; 
    margin-top: 20px; 
    margin-right: 60px; 
    margin-bottom: 35px;
    width: 50px; 
    height: 35px; 
    border-radius: 5px;
    background-color: #222222; 
    color: #fff; 
    border: none;
}
