.spoiler_avoid{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    border: 10px solid gray;
    display: flex;
    justify-content: center;
}
.avoid_div{
    text-align: center;
}
.text{
    color: red;
    font-weight: bold;
    font-size: 50px;
}
.text1{
    color: red;
    font-weight: bold;
    font-size: 30px;
}