body
{
    margin: 0;   
}
.mobile
{
    display: none;
}
@media screen and (min-width : 769px) and (max-width :  1200px) {


    }
@media screen and (min-device-width : 1px) and (max-device-width : 480px) {


.desktop
{
    display: none;
}
.mobile
{
    display: block;
    font-size: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}
.text
{
    font-family: "Century Gothic";
    font-style: italic;
    color: #8fd400ff;
}
.text_conteiner
{
    margin-top: 10vh;
    margin-bottom: 10vh;
    text-align: center;
}
.logo
{
    margin-top: 10vh;
    
    
}
.bold
{
    font-weight: bold;
}

.image
{
    width: auto;
    height: 10%vh;
}


}
