/* GLOBAL STYLES */

section {
    border-radius: 1em;
    padding: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 280px;
    min-height: 400px;
}

.corpus {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
}

#scale {
    width: 320px;
    height: 320px;
    background: url("../images/scale.png") no-repeat;
    text-align: center;
    position: relative;
}

#scale img {
    max-height: 100%;  
    max-width: 100%; 
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}

#arrow {
    height: 280px;
}

#datenAlpha, #datenBeta, #datenGamma {
    width: 10px;
}