body {
    background-color: white;
}

.centerbox{
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 375px;
    height: 500px;
    border-style: solid;
    border-width: 3px;
    border-color: black;
    display: block;
    background-color: #ffff;
}

.decorationcross {
    position: absolute;
    width: 50px;
    height: 50px;
    margin: 10px;
    animation: androtate 1s;
}

.decorationright {
    position: absolute;
    height: 100%;
    width: max-content;
    right: 0;
    top: 50%;
    border-style:dotted;
    border-width: 1px;
    border-color: black;
}

.decorationtextcont {
    position: absolute;
    height: max-content;
    width: max-content;
}

.decorationtext {
    font-size: 9px;
    font-family: monospace;
    font-weight: bold;
    line-height: 0;
    user-select: none;
    -webkit-user-select:none;
}

.decorationtextlogo {
    font-size: 38px;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bold;
    line-height: 0;
    display: inline;
    user-select: none;
    -webkit-user-select:none;
    color: black;
    text-decoration: none;
}