body {
    margin: 0;
    overflow: hidden;
}
/* font-family: 'Inter', sans-serif; */

p, h1{
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-align: center;
}

#Bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #1a1a2e;
}

.content {
    position: relative;
    z-index: 1;
    padding: 2rem;
    color: #ffffff;
    text-align: center;
}

div{
    position: absolute;
    bottom: 0px;
    height: 130px;
    width: 230px;
    background-color: rgba(255, 0, 247, 0.33);
    border-radius: 10px;
}

.Times{
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    position: fixed;
    height: 200px;
    width: 100%;
    top: 25%;
}

.Days:hover, .Hours:hover, .Minutes:hover, .Seconds:hover{
    transition: 100ms;
    transform: scale(1.2);
}
