#home1{
    background-color: darkred;
    float: left;
    margin-left: 0%;
    width: 100%;
    height: 10%;
    position: relative;
    z-index: 999;
}

.focus-list{
    width: 80px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -40px;
    z-index:999;
}

.focus-list span{
    float: left;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #fff;
}

#date{
    color: black;
    background-color: white;
}



hr {
    height: 0px;
    margin: 20px 0px;
}

footer {
    display: block; 
    width: 96%; 
    margin: 0 auto;
    height: 150px;
    background: linear-gradient(0deg,rgb(129, 13, 13),rgb(214, 24, 24));
}

.a-back {
    position: relative;
    float: right;
    text-decoration: none; 
    color: #0066ff; 
    font-family: "Arial";
}

.a-about {
    text-decoration: none; 
    color: #000000;
    margin: 10px 0px;
}

.backhome{
    margin-left:75%; 
    top:3%; 
    position:absolute;
}
.backhome a{
    color: white;
}

.time{
    position: absolute;
    top: 0;
    right: 0;
    border-style:none;
    color: #fff;
    margin-left:80%;
    margin-right: 5%;
    text-align: center;
}