body {
    font-family: Verdana, sans-serif;
    background-image: url("https://ihypress.de/textures/peach.gif");
}

header {
    text-align: center;
    padding: 0.25rem;
    width: 40%;
    height: auto;
    margin: 1rem auto;
    background-color: white;
    border: 3px solid pink;
}

#info-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 3px solid pink;
    background-color: rgb(255, 255, 255);
    width: 30%;
    height: auto;
    margin: 1rem auto;
    padding: 0.5rem;
}