#clockdiv{
    font-family: 'Manrope', sans-serif;
	color: #040341;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 30px;
    margin-top: 30px;
}

#clockdiv > div{
	padding: 10px;
	border-radius: 3px;
	display: inline-block;
}

#clockdiv div > span {
    padding: 15px;
    border-radius: 100%;
    background: #31e8be;
    display: inline-block;
    font-size: 59px;
    font-weight: 900;
    line-height: 80px;
    width: 80px;
    height: 80px;
}

.smalltext {
    padding-top: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #31e8be;
}

body {
    margin: 0px;
    background: url(bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

div {
    text-align: center;
    margin: auto;
    width: fit-content;
    height: fit-content;
}

.h1 {
    font-size: 70px;
    font-weight: 900;
    letter-spacing: -1px;
}

.text1 {
    margin: 20px auto;
}

.logo img {
    width: 250px;
}

.logo {
	margin: 20px auto;
}

.text2 {
    margin: 20px auto;
}

.h2 {
    font-size: 45px;
    font-weight: 600;
    letter-spacing: -1px;
    margin: auto;
}

.h3 {
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 0px;
}

.container {
    font-family: 'Manrope', sans-serif;
    color: #fff;
    background: #0b1419e0;
    width:100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    overflow: auto;
}

.footer-section {
    margin: 20px auto;
    text-align: center;
    padding-bottom: 60px;
}

.footer-section a {
    font-size: 40px;
    margin: 0 40px;
    font-weight: normal;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #ffffff;
    text-decoration: none;
}

.footer-section a:hover {
    color: #31e8be;
}

@media screen and (max-width: 800px) {
	.text1 {
		margin: 20px auto;
	}
    .h1 {
        font-size: 35px;
    }
	.logo {
		margin: 20px auto;
	}
	.logo img {
		width: 150px;
	}
	.text2 {
		margin: 20px;
	}
    .h2 {
        font-size: 25px;
    }
    .h3 {
        font-size: 15px;
        margin: 20px 10px;
    }
	.footer-section a {
		margin: 0 10px;
	}
	
	#clockdiv > div {
		padding: 0px;
	}

	#clockdiv div > span {
		font-size: 40px;
		line-height: 45px;
		width: 45px;
		height: 45px;
	}
	
	.smalltext {
		font-size: 14px;
	}
	
	#clockdiv > div:last-child > div {
		transform: scaleX(0.7);
	}

	#clockdiv > div:last-child {
		margin-left: -11px;
		margin-right: -11px;
	}
}