body {
    background-color: #0D0D0D;
    margin: 0;
        font-family: 'Inter', sans-serif;

}

.main {
    width: 100%;
    height: 100%;
    background-color: #0D0D0D;
    position: absolute;
}

.textbox {
    width: 100%;
    height: auto;
    top: 30%;
    position: absolute;
}

.text {
    text-align: center;
    color: #CC0000;
}

.centerb {
    display: flex;
    justify-content: center;
}

.img {
    width: 300px;
    height: auto;
}