#imagen 
{
    position: absolute;
}
*{
    border: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Helvetica', sans-serif;
    background-color: #fefeff;
    overflow-y: hidden;

}
.container {
    padding: 0;
    width: fit-content;
    transform: translateY(-8rem);
}
#clock{
    text-align: center;
    color: #fff;
    font-weight: 800;
    font-size: 7.5rem;
}
#content {
    padding: 4rem;
 
}
.vcenter {
    position: relative;
    top: 50vh;
    transform: translateY(-50%);
}
.input-group {
    margin-bottom: 3rem;
    display: flex;
    justify-content: center;
}
.input-group > input {
    background-color: #fafafa;
    width: 55%;
    place-items: inherit;
}
.btn {
    background-color: #000;
    border: none;
    color: #fff;
    font-size: 1.7rem;
}
.btn-group {
    margin-top: 15px;
    margin-bottom: 20px;
}
#motivationDiv {
    color: #fff;
    margin-top: 2rem;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: 700;
    font-size: 1.6rem;
}
h1 {
    font-size: 5em;
    margin-bottom: 0;
}
h2 {
    font-size: 3em;
    margin-top: 5px;
}
h3 {
    font-size: 2em;
    margin-top: 10px;
}
footer{
    text-align: center;
    margin-top: 3em;
    color: #fff;
    position: relative;
    z-index: 100;
    font-size: 1rem;
}
footer a{
    color: #fff;
}
footer a:hover{
    color: #fff;
}
#busqueda{
    width: 57%;
}
