@font-face {
    font-family: Mekona;
    src: url(/Assets/fonts/Mekona-1j8KZ.otf);
}

p {
    font-family: Mekona;
    font-size: 12px;
    color: rgb(73, 87, 92);
}
li {
    font-family: Mekona;
    font-size: 12px;
    color: rgb(73, 87, 92);
}

.draggable {
    position: absolute; 
    cursor: move; 
    background-color: white; 

    -webkit-box-shadow: inset 0 -5px 12px 5px rgb(170, 204, 219),
    0 0 10px rgb(170, 204, 219);
    -moz-box-shadow: inset 0 -5px 12px 5px rgb(170, 204, 219),
    0 0 10px rgb(170, 204, 219);
    box-shadow: inset 0 -5px 12px 5px rgb(170, 204, 219),
    0 0 10px rgb(170, 204, 219);

    border-radius: 25px;
    border-width: 1px;
    border-color: rgb(56, 90, 134);
    border-style: solid;

    padding-left: 15px;
    padding-right: 15px;
}
#main-about {
    left: 50vw; 
    top: 10vh;
    width: 500px; 
    height: 500px; 
}
#important-about {
    left: 7vw; 
    top: 55vh;
    width: 450px; 
    height: 300px; 
}
#origin-about {
    left: 52.5vw; 
    top: 80vh;
    width: 400px;
    height: 400px; 
}
#contacts-about {
    left: 85vw; 
    top: 50vh;
    width: 200px;
    height: 300px; 
}
#head {
    display: flex;
    height: 50px;
    margin: auto;
    pointer-events: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;

    -webkit-box-shadow: inset 0 -4px 3px rgb(170, 204, 219),
    inset 0 -4px 20px rgb(170, 204, 219);
    -moz-box-shadow: inset 0 -4px 3px rgb(170, 204, 219),
    inset 0 -4px 20px rgb(170, 204, 219);
    box-shadow: inset 0 -4px 3px rgb(170, 204, 219),
    inset 0 -4px 20px rgb(170, 204, 219);

    flex-flow: row;
    justify-content: space-around;

    border-radius: 15px;
}

#head p {
    font-size: 14px;
    align-self: center;
}

#head div {
    border-width: 1px;
    border-color: rgb(56, 90, 134);
    border-style: dashed;
    align-content: center;
    align-self: center;
    text-align: center;
    height: 20px;
    width: 20px;
    font-family: Mekona;
}

#image1 {
    position: absolute;
    top: 75vh;
    left: 10vw;
}
#image2 {
    position: absolute;
    top: 5vh;
    left: 10vw;
}