body {
    margin: 0;
}
.wrapper {
    min-height: 100vh;
    position: relative;
}

header {
    border-bottom: 1px solid #959595;
}

.title {
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 23px;
    padding: 40px;
    background-image: url(/img/yuuhi.jpg);
    background-size: cover;
    
}
.title h1 {
    margin: 0;
}
.rand_area{
    box-sizing: border-box;
    padding: 5% 0 5% 0;
    text-align: center;
    height: 500px;
}

.rand_name{
    font-weight: bold;
    font-size: 60px;
    text-align: center;
    padding-top: 50px;
    color: rgb(255, 20, 20);
    white-space: nowrap;

}
  
.word h2{
    color: rgb(14, 12, 11);
    margin: 0;
    margin-top: 5px;
    font-size: 24px;
}

.rand_area button{
    border-radius: 5px;
    font-weight: bold;
    font-size: 25px;
    padding: 5px 15px;
    color: #FFF;
    margin-top: 25px;
    margin-bottom: 20px;
    cursor: pointer;
}

.stop{
    background-color: #ff9305;
}

.restart{
    background-color: #01c501;
}
footer {
    background-image: url(/img/yuuhi.jpg);
    background-position: bottom;
    background-size: cover;
    padding: 40px 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    border-top:  1px solid #959595;
    
}
footer h2{
    display: flex;
    justify-content:flex-end;

    padding-right: 7%;
    color: rgb(255, 255, 255);
}
.fa-home:before {
    content: "\f015";
}
.homeicon {
    position: relative;
}
.fa, .fas {
    font-weight: 900;
    font-size: 24px;
    color: white;
    position: absolute;
    top: 30px;
    left: 4%;
}
@media screen and (max-width:768px){
    .rand_area {
        padding-top: 130px;
    }

}
@media screen and (max-width:670px){
    .title {
        padding: 30px;
    }
    .rand_area {
        padding-top: 7%;
        padding-bottom: 0;
    }
    .rand_name {
        font-size: 50px;
    }
    .rand_area button {
        font-size: 20px;
    }
    .word h2 {
        font-size: 20px;
    }

}
