h1{
    font-family: 'AmaticSC', sans-serif;
    
}

h3{
    font-family: 'AmaticSC', sans-serif;
    font-size: 28;
    color: #494746;
    margin-top: 50px;
}

.contentRow p{
    font-family: 'CormorantRegular';
    font-size: 18;
    color: #494746;
    margin-top: 12px;
}

a:hover{
    text-decoration: underline;
}

.spacerh1h3{
    position: relative;
    width: 100%;
    height: 15px;
}

.backToStartSite{
    position: fixed;
    width: 100%;
    height: 80px;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-bottom: solid 1px #4d4f4f;
}

.backToStartsite a{
    font-family: 'AmaticSC', sans-serif;
    font-size: 30px;
    color: rgb(171,123,104);
}

.row.contentRow.firstRow{
    margin-top: 140px;
}