@font-face {
    font-family: "Viga";
    src: url("../fonts/Viga-Regular.ttf");
}

.goBack {
    width: 50px;
    height: 45px;
    position: fixed;
    z-index: 1000;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.6);
}

.goBack:hover {
    cursor: pointer;
}

.arrow {
    width: 35px;
    margin-top: 9px;
    margin-left: 7px;
}
.language {
    width: 55px;
    height: 45px;
    position: absolute;
    z-index: 1000;
    top: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.6);
    display: inline-block;
}
.fr {
    width: 25px;
    margin-top: 9px;
    margin-left: 10px;
}
.eng {
    width: 27px;
    margin-top: 9px;
    margin-left: 10px;
}