* {
    margin: 0;
    padding: 0;
    transition: all 0.3s ease-in-out;
    user-select: none;
    box-sizing: border-box;
}

body {
    font-family: monospace;
    background-color: #282828;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

#container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 900px;
}

.presentation-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.presentation-container-text {
    text-align: center;
    width: 100%;
}

.presentation-container-text h1 {
    color: white;
    font-size: 1.5em;
    max-width: 60ch;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    margin: 0 auto;
}

.music {
    display: flex;
    justify-content: center;
    width: 100%;
}

#second-main-title {
    color: #FDF4FF;
    font-size: 4vh;
    margin-top: 3vh;
    text-align: center;
    margin-bottom: 5vh;
}
