@font-face {
    font-family: Arimo;
    src: url('../../../fonts/Arimo-Regular.ttf'),
         url('../../../fonts/Arimo-Bold.ttf'),
         url('../../../fonts/Arimo-Italic.ttf'),
         url('../../../fonts/Arimo-BoldItalic.ttf'),

}
/* Fuentes */


:root {
    --text-color: white;
}
/* Variables de estilo guardadas */


html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background-image: url(../images/main_background_img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
}

.title-div {
    display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: center; 
    margin-top: 150px;
}

.meg-logo-img {
    align-items: center;
    width: 300px;
}

.meg-title {
    text-align: center;
    font-size: 100px;
}