* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: myFont;
    src: url(../Dancingscript.otf);
}

body {
    font-family: 'josefin sans','poppins',sans-serif;
    font-weight: 300;
    font-stretch: ultra-expanded;
    min-height: 100vh;
    background-image: url('../pics/citynight.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.headersettings {
    height: 80px;
    width: 100%;
}

.homesettings {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 837px;
    width: 100%;
}

.welcomecontent {
    height: fit-content;
    width: 1100px;
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: 0 0 0.35em #ffdea4, 0 0 0.35em #ffdea4, 0 0 0.35em #ddad5a;
    background-color: rgba(0,0,0,0.5);
}

.welcomecontent p {
    padding: 0px 0px 15px 120px;
}

.titel {
    display: flex;
    justify-content: center;
    font-family: myFont;
    padding-top: 5px;
    color: #fff;
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0 0 0.35em #7ae7e7, 0 0 0.35em #7ae7e7, 0 0 0.35em #1b2bae;
}

.presentation {
    color: #fff;
    font-size: 24px;
}