/* Desktops and laptops */
@media only screen and (min-device-width: 1224px) {
    .main_screen {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        transform: translate(-50%, -50%);
        color: black;
        text-align: center;
        font-family: 'Raleway', sans-serif;
        font-weight: 100; 
        letter-spacing: 40px;
        text-transform: uppercase;
        font-size: 32px;
    }
}
