body {
    background-color: black;
}
header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.flex-container {
    display: flex;
    flex-direction: column;
    height: 100vh;
    align-items: center;
    justify-content: center;
}

pre {
    font-size: xx-large;
    color:rgb(255, 199, 13) 
}

audio {
    margin: 25px;
}

img {
    padding: 15px;
}

.box {
    height: 300px;
    width: 500px;
    font-size: large;
    text-align: center;
}

p {
    color: rgb(241, 177, 14);
    margin: 20px;
}

img {
    width: 300px;
    height: 300px;
}

button {
    height: 20px;
    margin: 10px;
    color: goldenrod;
    background-color: black;
    border-width: 2px;
    border-color: goldenrod
}
