body{
    font-family: "Inter", sans-serif;
    margin: 0;
    padding: 8px;
    box-sizing: border-box;
    min-height: 100vh !important;
    display: flex;
    flex-direction: column;
}
.footer{
    margin-top: auto !important;
}
/* .background-image{
    background-image: url(img/YDV_bus.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh; 
} */

.bg-paesios{
    background-color: #0C2233;
    height: 100%;
}
.inherit{
    color: inherit;
    text-decoration-line: unset;
}

.inherit:hover{
    color: inherit;
    text-decoration-line: underline;
}
.text-paesios-cyan{
    color: #0A91AB;
}
.paesios-logo {
    height: 4vh;
}
.icon-website{
    height: 25vh;
    margin-top: 2rem;
}

.red-hat-display {
    font-family: "Red Hat Display", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
  }