﻿
@media (orientation: landscape) {
    :root {
        --width-img: 27% !important;
    }
}

@media (orientation: portrait) {
    :root {
        --width-img: 100% !important;
    }


}

@font-face {
    font-family: Arimo;
    src: url(font/Arimo-Regular.ttf);
}

html {
    height: 100vh;
}

body {
    background-color: rgba(219,0,46,255);
    font-family: Arimo;
    height: 100vh;
    font-size: 1.7vmin;
    overflow: hidden;
    padding: 0px !important;
}

#divHome a {
    color: #FCFCFC;
    text-decoration: none;
}


#divHome img {
    width: var(--width-img);
}

.centeredDiv {
    display: flex;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
}

.divlinkMenu {
    text-align: center;
    width: var(--width-img);
  
    font-size:2vmin;
    
}
