body {
    background: white;
    background: linear-gradient(to top, #d32d1f 17%, #f09436 18% 33%, #fcef50 34% 50%, #38802d 51% 67%, #1d4af5 68% 83%, #6e1284 84% 100%);
    height: 100vh;
    overflow: hidden;
}

.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;
}