
body{
    background-color: rgb(233, 233, 233);
}
.img{
    text-align: center;
    padding: 50px 120px 0px 120px;
}
.gtgas{
    text-align: center;
}
.notice{
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 100px;
}
i{
    font-size: 15px;
}
button{
    padding: 30px 70px 30px 70px;
    background-color: rgb(15, 15, 15);
    border-radius: 20px;
    color: rgb(255, 255, 255);
    text-align: center;
}
#site{
    font-size: 30px;
    color: rgb(202, 202, 202);
}
button:hover{
    background-color: rgb(0, 0, 0);
}
