@media screen and (min-width: 550px) and (max-width: 999px) {
    #welcome-text {
        top: 10vh;
        right: 3vw;
    }
    
}