@import url("./fonts/fonts.css");

body {
    background-color: rgb(98.039216%, 92.156863%, 84.313725%);
    font-family: 'Adelphe Floreal';
    font-style: normal;
    font-size: 23px;

    &&:has(.active)>*:not(#translation.active, #info) {
        opacity: .3;
    }
}

div {
    width: 70vw;
    height: auto;
    margin: auto;
}

svg {
    width: 100%;
    height: auto;
}

#info {
    position: fixed;
    right: 2vw;
    padding: 5px;

    p {
        margin: 0;
        padding: 0;
        color: rgb(80, 16, 139);
    }
}

#translation {
    display: none;
    margin: auto;
    width: 30%;
    text-align: center;
    font-style: italic;
    text-shadow: -1px 2px 8px burlywood;
    line-height: 1.4;
    position: fixed;
    top: 42%;
    left: 35%;
    color: rgb(80, 16, 139);
}

#translation.active {
    display: block;
}

#localRing p {
    width: 55vh;
    margin-bottom: 0;
}

#localRing {
    position: fixed;
    bottom: 10px;
    left: 2vw;
}

#localRing a {
    margin-right: 3vh;
    font-size: 20px;
}

#localRing a:hover {
    font-style: normal;
}