@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


html,
body {
    width: 100%;
    height: 90vh;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

body img {
    width: 100%;
    height: 100vh;
}

.container {
    width: 100%;
    position: relative;
}

.container h1,
.container #clock {
    width: auto;
    margin-left: 5rem;
    padding: 10px 30px;
    border: 2px solid black;
    box-shadow: 20px 20px 0px 1px rgba(92, 90, 90, 0.781);
    transition: 0.3s ease-in-out;
}

.img-background {
    width: 100%;
    height: auto;
}

h1 {
    width: auto;
    margin-top: 15%;
    position: absolute;
    font-size: 4vw;
    font-weight: bold;
    letter-spacing: 3px;
    text-shadow: 5px 3px 0px rgba(92, 90, 90, 0.781);
}

#clock {
    width: auto;
    margin-top: 26%;
    position: absolute;
    font-size: 6rem;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    text-shadow: 5px 3px 0px rgba(92, 90, 90, 0.781);
}

.time-format {
    display: flex;
    width: auto;
    margin-top: 35rem;
    margin-left: 10rem;
    position: absolute;
    justify-content: left;
    gap: 60px;
    color: white;
}

.social-icons {
    width: auto;
    height: auto;
    text-align: right;
    margin-top: 17%;
    margin-left: 85%;
    position: absolute;
    font-size: 4rem;
    border: 2px solid black;
    background: transparent;
    box-shadow: 5px 5px 0px 2px rgba(92, 90, 90, 0.781);
    transition: 0.3s ease-in-out;
}

.footer .social-icons a {
    padding-top: 10px;
    color: black;
    background: whitesmoke;
    text-shadow: 3px 3px 0px rgba(92, 90, 90, 0.781);
    transition: 0.3s ease-in-out;
}

.footer .social-icons a:hover {
    color: white;
    background-color: rgb(1, 1, 1);
}

.footer .copyright {
    width: auto;
    position: absolute;
    font-size: 13px;
    font-weight: 600;
    margin: 54% 5%;
}
