@import url('https://fonts.googleapis.com/css2?family=PT+Serif&display=swap');

.init-content {
    text-align: center;
}

.init-info {
    font-size: 18px;
    padding: 6.5% 7.5% 7.5% 2%;
    position: absolute;
    text-align: justify;
    width: 50%;
}

.init-welcome {
    padding-top: 5%;
}

.init-concerts {
    color: #CC9900;
    font-weight: bold;
    font-size: 20px;
}

.init-concerts:hover {
    color: black;
    text-decoration: underline;
}

#welcomeScreen {
    position: relative;
}

#init-title {
    font-size: 35px;
    position: absolute;
    padding: 2% 2% 2% 15%;
    font-family: 'PT Serif', Georgia, monospace;
}

#cover-img {
    width: 100%;
    height: 100%;
}