*, ::after, ::before {
    box-sizing: border-box !important;
}

.flex-box {
    width: 100%;
}

.header {
    margin: 30px 0px 30px 30px;
    color: #ff0000;
    opacity: 0.8;
}

.gdfs {
    position: absolute;
    top: 69px;
    left: clamp(230px, 60%, 100%);
    font-weight: bold;
    color: #000000;
    opacity: 0.5;
}

hr {
    margin: 30px 0 30px 0 !important;
}

.ffdd {
    display: flex;
    justify-content: center;
    margin-top: 400px;
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New";
}