body {
    background-attachment: fixed;
    background-size: cover;
    background-color: hsla(207, 100%, 76%, 0.733);
    background-image: url(images/bg.jpg);
    
}

body ::backdrop {
    position: fixed;
}

.topPart {
    display:flex;
    flex-direction: row;
    padding-left:2rem;
    padding-right:2rem;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: white;
}

.topTitle {
    flex-grow: 1;
}

.topTitle a {
    color: white;

}

.topOther {
    display:flex;
    flex-direction: row;
    text-align: right;
}

.topOther a {
    padding-left: 7.5rem;
    padding-right: 0;
    padding-top: 1.8rem;
    color: white;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bolder;
    font-size: large;
}

.startScreen {
    padding: 7rem;
    display:flex;
    width:auto;
    font-family:Arial, Helvetica, sans-serif ;
}

.text {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}

.text h1 {
    font-size:5rem;
    color: white;
}

.text p {
    font-weight: bolder;
    font-size: 1.4rem;
    color:white;
    width: 50rem;
    padding-bottom: 3rem;
}

.text a {
    font-weight: bolder;
    font-size: 2rem;
    border-style: solid;
    border-width: 0.3rem;
    border-radius: 0.5rem;
    color: white;
    font-variant: normal;
    padding: 1.2rem;
    max-width: 15rem;
    position: relative;
    text-align: center;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.credit {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: white;
    text-align: end;
}

.credit a {
    color: white
}