body { font-family: "Manjari", sans-serif; text-align: center; background-repeat: repeat-y; background-size: cover; } .body-bg { animation: slide 3s ease-in-out infinite alternate; background: rgb(7, 6, 96); background: linear-gradient(-65deg, #52318e 50%, #522f43 25%, #903939 50%); bottom: 0; left: -50%; opacity: 0.5; position: fixed; right: -50%; top: 0; z-index: -1; } .bg4 { animation-direction: alternate-reverse; animation-duration: 4s; } .bg5 { animation-duration: 5s; } @keyframes slide { 0% { transform: translateX(-25%); } 100% { transform: translateX(25%); } } .container { margin-top: 100px; } .tech-quiz { width: 300px; } .card-pad { padding: 10px; } .jumbotron { margin-top: 5px; margin-bottom: 30px; } .text-random { color: white; animation-duration: 1s; animation-direction: alternate-reverse; } .text-random-two { color: #0089ce; animation-duration: 1s; animation-direction: alternate-reverse; } #countdown { color: #fefedf; font-weight: 100; font-size: 40px; margin: 40px 0px 20px; } #clockdiv { font-family: sans-serif; color: black; display: inline-block; font-weight: 100; text-align: center; font-size: 30px; } #clockdiv > div { padding: 10px; border-radius: 50%; background: #ffffff; display: inline-block; width: 100px; height: 100px; box-shadow: 5px 10px 8px #343138; } @keyframes flip { 100% { transform: rotateY(180deg); } } #clockdiv div > span { padding: 15px; border-radius: 50%; background: #ffffff; display: inline-block; width: 80px; height: 80px; } .smalltext { padding: 20px; font-size: 16px; font-weight: bolder; text-align: center; color: white; } .carousel { height: 300px; width: 300px; margin: 20px; padding-left: 40px; padding-right: 40px; } #clockdiv { margin: 10px; }