.content{
    position: absolute;
    top: 10%;
    height: 80%;
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.title{
/*    position:absolute;*/
/*    top: 73%;*/
/*    right: 10%;*/
    width: 90%;
}

.header-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.start-message{
    width: 100%;
    white-space: nowrap;
    text-align: center;
    color: white;
    font-family: var(--carbona);
    font-weight: 400;
    font-size: 1.7vh;
    margin-bottom: 5%;
    margin-top: 15%;
}
.btn{
    cursor: pointer;
    width: 35%;
}