body {
    background: url(MB15.jpg) no-repeat center center fixed;
    background-size: cover;
    background-color:rgb(92, 7, 47);

}

#title {
    display: flex;
    justify-content:flex-end;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 480px;
    margin-right: 50px;
}

.name {
    color: rgb(240, 165, 227);
    text-shadow: 0.1em 0.1em 0.05em black;
    font-family: 'HFMonorita Bold', sans-serif;
    text-transform: uppercase;
    font-size: 30px;
}

@media all and (max-width:920px) {
    #title {
        margin-top: 1000px;
        margin-right:200px;
    }
    .name {
        font-size: 40px;
    }
}

@media all and (max-width:820px) {
    #title {
        margin-top: 900px;
        margin-right:150px;
    }
}

@media all and (max-width:800px) {
    #title {
        margin-top: 800px;
        margin-right: 120px;
    }
}

@media all and (max-width:550px) {
    #title {
        margin-top: 550px;
        margin-right: 130px;
    }
    .name {
        font-size: 20px;
}
}

@media only screen 
    and (device-width: 428px) {
        #title{
        /* margin-top: 720px; */
        margin-top: 670px;
        margin-right: 80px;
        }
    }

@media all and (max-width:420px) {
    #title {
        margin-top: 650px;
        margin-right: 60px;
    }
}

@media all and (max-width:400px) {
    #title {
        margin-top: 600px;
    }
}

@media all and (max-width:380px) {
    #title {
        margin-top: 470px;
    }
}

@media all and (max-width:370px) {
    #title {
        margin-top: 530px;
    }
}

@media all and (max-width:300px) {
    #title {
        margin-right: 10px;
        margin-top: 450px;
    }
}