.box{
    width: 100vw;
    height: auto;
    margin: 0px auto;
}
.top_bg{
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.main_box{
    width: 90%;
    position: absolute;
    top: 5vh;
    left: 5%;
}
.title{
    font-size: 19px;
    font-weight: bold;
    color: #F8F8F8;
    text-align: center;
    margin-bottom: 5vh;
}
a{
  color: #3476FF;
    font-size: 14px;
    text-decoration: none;
}

a:hover{
    color: #3476FF;
    font-size: 14px;
    text-decoration: none;
}

a:visited{
    color: #3476FF;
    font-size: 14px;
    text-decoration: none;
}