*{
    margin: 0;
    padding: 0%;
    background-color: black;
    color: white;
}

.title{
text-align: center;
color: rgb(240, 16, 16);
font-size: 3em;
}
.lip{
    float: left;
    color: #ff0000;
    text-align: center;
    padding: 14px 16px;
    font-size: 17px;
    text-decoration: double;
    list-style: none;
}
.lip:hover {
    background-color: aqua;

}
.box{
   
    box-sizing: border-box;
	margin-top: 100px;
    height: 360px;
    width: 86em;

	border: 10px solid;
    border-color: aliceblue;
    margin-left: 60px;
    background-color: rgb(25, 27, 27);
    
}
.box .secs{
    text-align: center;
    font-size: 50px;
}
.box .pepe{
    float: right;
    margin-right: 400px;
    margin-top: 100px;
    margin-left: 309px;

    align-items: center;
    text-align: center;
    font-size: 30px;
}
.box img{
    position: relative;
    bottom: 170px;
    width:20%;
    height:80%;
    border-radius: 20px;
    border-color: red;  
}