.BackAndTitle{
    display: flex;
    margin: auto;
    width: 100%;
    justify-content: center;
}

.BackAndTitle > div{
    margin-right: 2%;
}

#GoBackButton{
    position: absolute;
    top:10px;
    left:10px;
}

#GoBackButton > button > a{
    font-size: 40px;
}

