*{
    margin: 0;
    padding: 0;
    right: 0;
}
body{
    background-color: gray;
    height: 900px;
}
.t{
    text-align: center;color: white;
    border-bottom:1px solid white ;
    height: 100px;
    line-height: 200%;
    font-size: 60px;
}
.main-pc p{
    color: rgb(255, 255, 255);
    margin-left: 0%;
    font-size: 40px;
    margin-top: 18%;
    font-weight: bold;
}
.m{
    width: auto;
    height: 910px;
    background-color: aliceblue;
    margin: 0 auto;
}
.m-info{
    text-align: center;
    margin-top: -8%;
}
.bu{
    width: 300px;
    height: 800px;
    border: 1px solid red;
    margin-left: -250%;
}
button{
    width: 200px;
    height: 100px;
    display: inline-flex;
    background-color: rgb(61, 140, 251);
    margin-top: 8%;
    font-size: 40px;
    line-height: 300%;
    border-radius: 10px;
    color:black ;
    align-items: center;
    justify-content: center;
}
#b2{
    margin-left: 20%;
}
.e{
    /* border: 1px solid orange; */
    width: auto;
    height: 200px;
    margin-top:1%;
    white-space: nowrap;
}
button:hover{
    background-color: rgb(3, 71, 153);
    color: white;
}
.main-pc{
    width: auto;;
    height: 500px;
    background-color:gray;
    background-image: url('../mainimgs/background-i.webp');
    background-size: cover;
    margin: 0 auto;
}
.main-pc h1{
    white-space: nowrap;
}
#time p,#time span{
    font-weight: bold;
    text-align: center;
    margin-top: 5%;
    font-size: 40px;
}
.e{
    width: 500px;
    height: 115px;
    margin: 0 auto;
}
footer p{
    text-align: center;
    color: gray;
    font-size: 25px;
    line-height: 100%;
    width: 1000px;
    /* margin-top: 8%; */
    margin: 0 auto;
}
footer a{
    text-decoration: none;
    color: gray;
}
footer a:hover{
    border-bottom: 3px solid gray;
}
.f-c{
    width: 1000px;
    height: 80px;
    margin: 0 auto;
    border: 1px solid transparent;
    margin-top: 4%;
}
.f-c p{
    height: 40px;
    border: 1px solid transparent;
    margin-top: 3%;
}
footer{
    width: auto;
    height: 90px;
}