#rewindButton {
    background-color: #000000;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 30px;
    font-family: "Micro 5", sans-serif;
}

#rewindButton:hover {
    color: #701515;
}

audio {
    display: none;
}

.centered-text {
    text-align: center;
    border: 2px solid #888;
    padding: 40px;
    background-color: #333;
    max-width: 800px;
    width: 80%; 
    max-height: 75vh; 
    overflow-y: auto; 
    font-size: calc(13px + 1vw); 
    font-family: "Micro 5", sans-serif;
    
}


.centered-text p {
    margin: 20px 0;
    color: white;
    font-family: "Handjet", sans-serif;
    animation: glitch 30s infinite;}
.strong{font-size: calc(20px + 1vw); 
    font-weight:600;

}
.strong:hover{
    color: rgba(175, 43, 33, 0.993);
}

strong:hover{
    color: rgba(33, 158, 175, 0.993);
}

.contact-container {
    background-color: rgba(128, 128, 128, 0.301); 
    padding: 20px;
    width: 400px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

h2 {
    text-align: center;
    color: white;
    font-family: "Micro 5", sans-serif;
}

form {
    display: flex;
    flex-direction: column;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

label {
    color: white;
    margin-top: 10px;
}

input, select, textarea {
    padding: 10px;
    margin-top: 5px;
    border: none;
    border-radius: 5px;
}

button {
    margin-top: 20px;
    padding: 10px;
    background-color: #4c7faf;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background-color: #18bb2e;
}

