body {
    margin: 0%;
    background-image: url(../img/android-4.jpg);
    background-size: cover;
}
#siteSearchForm {
    top: 2%;
    left: 23%;
    position: absolute;
    background-image: url(../img/ba-r.png);
    background-size: cover;
    padding-bottom: 2%;
    width: 50%;
}

#searchInput {
    border-bottom: 2px solid chartreuse;
    background-color: rgba(255, 228, 196, 0);
    margin-top: 2.5%;
    margin-left: 25%;
    width: 50%;
    font-size: 120%;
    color: white;
    border-top: none;
    border-left: none;
    border-right: none;
}



.clock-container {
    margin-top: 15%;
    background-color: #00000077;
    padding: 30px 50px;
    width: 30%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    text-align: center;
}

#time {
    font-size: 360%;
    color: white;
    font-weight: 100;
    margin-bottom: 10px;
    letter-spacing: 3px;
}

#date-day {
    font-size: 120%;
    color: #a0a0a0;
    margin-top: 10px;
}

.under{
    position: absolute;
    margin-top: 18%;
    margin-left: 10%;
    display: flex;
}
.icon {
    color: white;
    text-decoration: none;
}
.icon a {
    color: white;
    text-shadow: 2px 2px 2px black;
    text-decoration: none;
}
.icon img {
    border: solid 1px white;
    width: 35%;
    border-radius: 6px;
}

.bottom-button {
    background-color: black;
    width: 100%;
    position: absolute;
    height: 5%;
    bottom: 0%;
}

.go-blog {
    position: absolute;
    padding-right: 33.6%;
    padding-top: 4%;
    bottom: 0%;
    background-image: url(../img/アプリ一覧.png);
}
.go-blog:hover {
    background-image: url(../img/アプリ一覧-hover.png);
}
.go-blog1 {
    position: absolute;
    margin-left: 33.6%;
    padding-right: 33.5%;
    padding-top: 4%;
    bottom: 0%;
    background-image: url(../img/ホーム.png);
}
.go-blog1:hover {
    background-image: url(../img/ホーム-hover.png);
}
.go-blog2 {
    position: absolute;
    margin-left: 66.6%;
    padding-right: 33.3%;
    padding-top: 4%;
    bottom: 0%;
    background-image: url(../img/戻る.png);
}
.go-blog2:hover {
    background-image: url(../img/戻る-hover.png);
}