@import url('https://fonts.googleapis.com/css?family=Quattrocento+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Proza+Libre:ital,wght@1,800&display=swap');

html{
  padding: 0;
  margin: 0;
  height: 100%;
}
.container {
	padding:0 30px;
	}
body{
  position: relative;
  min-height: 100%;
  width: 100%;
  padding: 0 0px;
  padding-top: 0px;
  padding-bottom: 100px;
  color: #333;
  background-color: #ffffff;
  line-height: 1.6;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.para{
	text-align:center;
	    color: #000000;
    font-size: 16px;
}




.visually-hidden {
    position: absolute !important;
    height: 1px; width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}






.skipBtnWrapper {
  display: flex; /* Use flexbox to center the content */
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  padding: 10px;
  margin: 0;
}

.custBtn2 {
  background: transparent;
  color: #007bff;
  display: block;
  width: 90%;
  font-size: 15px;
  font-weight: 500;
  padding: 0px 10px;
  text-transform: capitalize;
  border-radius: 50px;
  letter-spacing: 0.5px;
  border: 2px solid #007bff;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: auto;
  text-decoration: none;
  text-align: center; /* Center text horizontally */
  line-height: 50px; /* Center text vertically */
}

.custBtn2:hover, .custBtn:focus {
  background: #007bff;
  color: #ffffff;
  outline: none;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}












.custom-block {
  margin: 20px 0;
  color: #000000;

}
.custom-block2 {
  text-align: center;
  margin-top: 20px;
}





.custom-language {
  background: #FFFFFF;
  color: #AEAEAE;
  border: 1px solid #000000;
  padding: 5px 0;
  margin: 25px auto; /* Center the element */
  border-radius: 5px;
  display: flex;
  align-items: center;
  width: 95%; /* Adjusted to match the input width */
  transition: border-color 0.3s;
}

.custom-language img {
  margin-right: 15px; /* Space between the icon and the select box */
  margin-left: 15px; /* Space on the left side of the icon */
}

.custom-language select,
.custom-language input {
  padding: 10px;
  color: #000000;
  font-size: 1em;
  background: none;
  outline: none;
  border: none;
  width: calc(100% - 60px); /* Adjusted width to account for the icon and margins */
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

.custom-language:hover {
  border: 1px solid #007bff; /* Hover effect */
}

/* Hide the default arrow for select elements if needed */
.custom-language select::-ms-expand {
  display: none;
}
































.text-center .btn-warning {
    background-color: #007bff; /* Change to your desired background color */
    color: #ffffff; /* Text color */
    font-size: 18px;
    font-weight: bold;
    padding: 15px 30px;
    border-radius: 30px;
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    margin-top: 10px;

}

.text-center .btn-warning:hover {
    background-color: #0056b3; /* Darker shade on hover */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}








h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0.75rem;
}

/* Style for subheadings */
h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

/* Style for paragraphs */
p {
  font-size: 16px;
  margin-bottom: 1rem;
}

/* Style for unordered list */
ul {
  list-style-type: disc;
  padding-left: 40px;
}

/* Style for list items */
li {
  margin-bottom: 0.25rem;
}














.navbar {
  background-color: #007bff;
}
.navbar .navbar-brand {
  color: #ffffff;
}
.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
  color: #8b8b8b;
}
.navbar .navbar-text {
  color: #ffffff;
}
.navbar .navbar-text a {
  color: #8b8b8b;
}
.navbar .navbar-text a:hover,
.navbar .navbar-text a:focus {
  color: #8b8b8b; 
}
.navbar .navbar-nav .nav-link {
  color: #ffffff;
  border-radius: .25rem;
  margin: 0 0.25em;
}
.navbar .navbar-nav .nav-link:not(.disabled):hover,
.navbar .navbar-nav .nav-link:not(.disabled):focus {
  color: #8b8b8b;
}
.navbar .navbar-nav .dropdown-menu {
  background-color: #007bff;
  border-color: #fdfdfd;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item {
  color: #ffffff;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar .navbar-nav .dropdown-menu .dropdown-item:focus,
.navbar .navbar-nav .dropdown-menu .dropdown-item.active {
  color: #8b8b8b;
  background-color: #fdfdfd;
}
.navbar .navbar-nav .dropdown-menu .dropdown-divider {
  border-top-color: #fdfdfd;
}
.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-item.active .nav-link:hover,
.navbar .navbar-nav .nav-item.active .nav-link:focus,
.navbar .navbar-nav .nav-item.show .nav-link,
.navbar .navbar-nav .nav-item.show .nav-link:hover,
.navbar .navbar-nav .nav-item.show .nav-link:focus {
  color: #8b8b8b;
  background-color: #fdfdfd;
}
.navbar .navbar-toggler {
  border-color: #fdfdfd;
  margin-right: 20px;
}
.navbar .navbar-toggler:hover,
.navbar .navbar-toggler:focus {
  background-color: #fdfdfd;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  color: #ffffff;
}
.navbar .navbar-collapse,
.navbar .navbar-form {
  border-color: #ffffff;
}
.navbar .navbar-link {
  color: #ffffff;
}
.navbar .navbar-link:hover {
  color: #8b8b8b;
}

@media (max-width: 575px) {
  .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #ffffff;
  }
  .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item:hover,
  .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    color: #8b8b8b;
  }
  .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item.active {
    color: #8b8b8b;
    background-color: #fdfdfd;
  }
}

@media (max-width: 767px) {
  .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #ffffff;
  }
  .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item:hover,
  .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    color: #8b8b8b;
  }
  .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item.active {
    color: #8b8b8b;
    background-color: #fdfdfd;
  }
}

@media (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #ffffff;
  }
  .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item:hover,
  .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    color: #8b8b8b;
  }
  .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item.active {
    color: #8b8b8b;
    background-color: #fdfdfd;
  }
}

@media (max-width: 1199px) {
  .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #ffffff;
  }
  .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item:hover,
  .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    color: #8b8b8b;
  }
  .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item.active {
    color: #8b8b8b;
    background-color: #fdfdfd;
  }
}

.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item {
  color: #ffffff;
}
.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item:hover,
.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item:focus {
  color: #8b8b8b;
}
.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item.active {
  color: #8b8b8b;
  background-color: #fdfdfd;
}











.btn-success{
	background:#007bff;
	}


.top-gap{
	padding-top:20px;
}
.quiz-div{
	background-color: #ffffff;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
	padding-top:50px;
	border-radius: 20px;
	padding-bottom:10px;
	}
.quiz-div-user {}

.custom-box{
    margin-bottom: 50px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
    padding: 30px;
    text-align: center;
	margin-top: 50px;
}
.custom-box h2{
	color:#000000;
}
.custom-box p{
	color:#000000;
	text-align:start;
}
.custom-box ul{
	color:#000000;
	text-align:start;
}
.custom-box li{
	color:#000000;
	text-align:start;
}



.adbanner{
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

.ad{
  position: relative;
  width: 100%;
  margin: 30px -20px;
}
.top-slogan {
    font-size: 12px;
    letter-spacing: 10px;
    text-transform: uppercase;
  margin-top: 20px;
  font-weight: bold;
}
.logo{
  text-align:center;
}
.logo-name {
  text-align: center;
    font-size: 30px;
    color: #000000;
    font-family: 'Proza Libre', sans-serif;
}











.delete-button {
  background: #ff0000; /* Red background color */
  color: #ffffff; /* White text color */
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  display: block;  /* This might be necessary depending on your button styles  */
  margin: 0 auto;
}

.delete-button:hover {
  background: #cc0000; /* Darker red on hover */
}






.custom-input {
    background: #FFFFFF;
	color:#AEAEAE;
    border: 1px solid #000000;
    padding: 5px 0;
    margin: 25px 25px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    display: block;
    outline: none;
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
}
.custom-input input{
    padding: 10px;
    color: #000000;
    font-size: 1em;
    background: none;
    outline: none;
    border: none;
    margin: 0px auto;
    width: 75%;
    -webkit-apperance: none;
}
.custom-input:hover {
    border: 1px solid #007bff;
}















/* Container for social buttons to organize in two columns */
.social-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Two columns */
  gap: 10px; /* Space between buttons */
  align-items: start; /* Align items to the start of the container */
}





@media only screen and (max-width: 600px) {
  .social-buttons {
    grid-template-columns: 1fr; /* One column layout for mobile */
    justify-items: center; /* Center items horizontally */
  }
}





/* Style for the 'Copy This Link' button to span full width */
.social-buttons #copyBtn {
  grid-column: 1 / -1; /* Span full width */
  background-color: #333; /* Example background color */
  color: white;
}

/* General styles for all buttons within the container */
.social-buttons a, .social-buttons button {
  display: flex;
  align-items: center;
  justify-content: flex-start; /* Align items to the left */
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 16px;
  text-decoration: none;
  color: white;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  width: 100%; /* Make all buttons the same width */
  height: 50px; /* Set a fixed height for all buttons */
}

/* Style for the text inside the button to ensure it's centered */
.social-buttons a span, .social-buttons button span {
  flex-grow: 1; /* Allow the text to grow and fill the space */
  text-align: center; /* Center the text */
}

/* Style for the logos */
.social-buttons img {
  margin-right: auto; /* Push the logo to the left and text to the center */
  margin-left: 10px; /* Add some space on the left side of the logo */
}

/* Specific styles for each social media button */
.social-buttons .reddit { background-color: #FF4500; color: white; }
.social-buttons .line { background-color: #00C300; }
.social-buttons .telegram { background-color: #29B6F6; }
.social-buttons .vk { background-color: #4C75A3; }

/* Styles for existing buttons */
.social-buttons .wp { background-color: #25D366; }
.social-buttons .fb { background-color: #1877F2; }
.social-buttons .twitter { background-color: #1DA1F2; }
.social-buttons .messenger { background-color: #0084FF; }

/* Instagram button specific styles */
.social-buttons .instagram-instructions {
  background-color: #E1306C; /* Instagram brand color */
  color: rgb(255, 255, 255); /* Changed text color for visibility */
  font-size: 16px;
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center; /* Center the text and logo horizontally */
  width: 100%; /* Make the button full width */
  height: 50px; /* Set a fixed height for the Instagram button */
  cursor: pointer;
  align-self: center;
}

/* Hover effect for all buttons */
.social-buttons a:hover, .social-buttons button:hover {
  opacity: 0.8;
}

/* Universal Share button */
.social-buttons .share {
  background-color: #6c757d; /* Bootstrap 'dark' color */
  color: white;
}




















.custBtn1 {
  background: #007bff;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  padding: 18px 30px;
  text-transform: capitalize;
  border-radius: 50px; /* Rounded edges */
  letter-spacing: 0.5px;
  border: none; /* Remove borders */
  cursor: pointer;
  transition: all 0.3s ease; /* Smooth transition for hover effect */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}

.custBtn1:hover, .custBtn1:focus {
  background: #008000; /* Green background on hover/focus */
  color: #ffffff;
  outline: none; /* Remove outline on focus */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); /* Larger shadow on hover/focus */
}









.custBtn {
  background: #007bff;
  color: #ffffff;
  display: block; /* Changed from inline-block to block for full width */
  width: 90%; /* Full width */
  font-size: 15px;
  font-weight: 500;
  padding: 18px 30px;
  text-transform: capitalize;
  border-radius: 50px; /* Rounded edges */
  letter-spacing: 0.5px;
  border: none; /* Remove borders */
  cursor: pointer;
  transition: all 0.3s ease; /* Smooth transition for hover effect */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}

.custBtn:hover, .custBtn:focus {
  background: #008000; /* Green background on hover/focus */
  color: #ffffff;
  outline: none; /* Remove outline on focus */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); /* Larger shadow on hover/focus */
}



.countdown{
  text-align: center;
  margin: 25px 0 5px 0;
}
.countdown ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.countdown ul li{
    display: inline-block;
    background-color: #007bff;
    color: #ffffff;
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
    margin-right: 5px;
    padding-top:  2px;
    border-radius: 100%;
}
.countdown ul li.active{
    background-color: #008000;
    color: #ffffff;
  border: 1px dashed #ffffff;
}



.question-text {
    font-size: 20px;
  text-align: center;
  margin: 30px 0;
  color: #000000;
}

.custom-card{
  position: relative;
  width: 100%;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.23);
  text-align: center;
  cursor: pointer;
}

.custom-card.active{
  background-color: #008000;
}
.custom-card .q-img{
  position: relative;
  width: 100%;
  padding: 15px;
}
.custom-card .q-img img{
  max-width: 100%;
  height: auto;
  border-radius: 100%;
  border: 1px solid #007bff;
  padding: 5px;
}
.custom-card .custom-card-body{
  background-color: #007bff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding-top: 10px;
  padding-bottom: 5px;
}
.custom-card .custom-card-body .question-option{
  font-size: 20px;
  color: #fff;
}


/* Processing*/
.processing_container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30vh;
  width: 100%;
}
.processing_container .loader {
  max-width: 16rem;
  width: 100%;
  height: auto;
  stroke-linecap: round;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}
.processing_container .loader circle {
  fill: none;
  stroke-width: 8;
  -webkit-animation-name: preloader;
  animation-name: preloader;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animationcount: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animationfunction: ease-in-out;
  -webkit-transform-origin: 170px 170px;
  transform-origin: 170px 170px;
  will-change: transform;
}
.processing_container .loader circle:nth-of-type(1) {
  stroke: #48cfae;
  stroke-dasharray: 540;
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
.processing_container .loader circle:nth-of-type(2) {
  stroke: #4fc0e8;
  stroke-dasharray: 450;
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.processing_container .loader circle:nth-of-type(3) {
  stroke: #ac92ed;
  stroke-dasharray: 360;
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.processing_container .loader circle:nth-of-type(4) {
  stroke: #f5706c;
  stroke-dasharray: 275;
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
:nth-of-type(5) {
  stroke: #fec95c;
  stroke-dasharray: 190;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
@-webkit-keyframes preloader {
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
}
@keyframes preloader {
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
}
.process{
  display: none;
  margin: 40px 0;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
}
.process h2{
    font-size: 20px;
  color: #000000;
}
.process h3{
    font-size: 16px;
  color: #000000;
  text-align: center;
}














.share-container,
.result-box {
    margin: 50px auto;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 30px; /* Increase padding for a more spacious feel */
    color: #333; /* Use a darker gray for better readability */
    text-align: center;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1); /* More prominent shadow */
    max-width: 550px; /* Slightly wider to accommodate larger screens */
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; /* Modern font stack */
}

.share-title h2 {
    color: #3700ff;
    font-size: 32px; /* Larger and bolder title */
    font-weight: bold;
    margin-bottom: 15px;
}

.share-subtitle h3 {
    font-size: 20px; 
    color: #555; /* Slightly lighter gray */
    margin-bottom: 30px;
}

.share-input input {
    padding: 15px 20px; 
    width: calc(100% - 40px); 
    border: 2px solid #e0e0e0; /* Light gray border */
    border-radius: 8px; /* Slightly rounded corners */
    font-size: 18px; 
    box-shadow: none; /* Remove inner shadow */
    background-color: #f8f8f8; /* Subtle background color */
    transition: box-shadow 0.3s ease; /* Smooth transition for hover effect */
}

.share-input input:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05); /* Add shadow on hover */
}

/* Style the social media icons */
.social-buttons img {
    width: 30px; /* Slightly larger icons */
    height: 30px;
    margin-right: 10px;
}

.social-buttons span { /* This will style the text next to the icons */
    font-size: 16px;
    vertical-align: middle; /* Align the text with the icons */
}















.result{
    margin-bottom: 50px;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
}
.wp {
    color: #fff !important;
}
.wp img {
    margin-right: 10px;
}
.addthis-section {
    margin: 20px 0;
}













/* Overall Container Styles */
.share-container, 
.result-box {
    margin: 50px auto;
    background-color: #ffffff;
    color: #333; 
    text-align: center;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

/* Table Section */
.who-know { 
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08); 
    margin-bottom: 40px;
}

.who-know h2 {
    font-size: 28px;
    color: #333;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: center;
}

/* Table Styles */
#point-table {
    width: 100%;
    border-collapse: collapse; 
}

#point-table th {
    background-color: #007bff; 
    color: white;
    padding: 15px;
    text-align: center;
}

#point-table td {
    padding: 12px;
    text-align: center;
    vertical-align: middle; 
    border-bottom: 1px solid #ddd; 
}

#point-table tbody tr:nth-child(even) {
    background-color: #f8f9fa; 
}


/* Share Section */
.share-container {
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
}

/* Share Title and Subtitle */
.share-title h2 {
    color: #3700ff; 
    font-size: 30px;
    margin-bottom: 10px;
}

.share-subtitle h3 {
    font-size: 18px;
    color: #555;
    margin-bottom: 20px;
}

/* Share Input */
.share-input input[type="text"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    box-sizing: border-box; 
}

/* View Results Button */
.view-result-btn {
    margin-bottom: 20px; 
}

.view-result-btn a {
    display: block;
}

/* Social Buttons */
.social-buttons img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.social-buttons span {
    font-size: 16px;
    vertical-align: middle;
}

/* Style the "View Results" button */
.text-center .btn-warning {
    background-color: #007bff; 
    color: #ffffff; 
    font-size: 18px;
    font-weight: bold;
    padding: 15px 30px;
    border-radius: 30px;
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.text-center .btn-warning:hover {
    background-color: #0056b3; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}




















.challenge-box{
    margin-bottom: 50px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
    padding: 20px;
    text-align: center;
	margin-top: 50px;
}
.challenge-box h2 {
  color: #dea976;
    font-size: 25px;
}

.challenge-box h3 {
    font-size: 16px;
    text-align: center;
    color: #000000;
}
.right{
  background-color: #4fff77;
  opacity: 0.6;
}
.wrong{
  background-color: #ff4f4f;
  opacity: 0.6;
}

.circle-progress-value {
    stroke-width: 50px;
    stroke: hsl(100, 90%, 70%);
  }
  .circle-progress-circle {
    stroke-width: 40px;
    stroke: hsl(100, 15%, 60%);
    fill: hsl(100, 15%, 60%);
  }
  .circle-progress-text {
    fill: white;
    font-weight: bold;
  }

  .deleted-quiz{
    font-size: 18px;
  }
  .long-text{
    text-align: left;
    color: #b9c6ec;
    font-size: 18px;
  }
.footer{
  left: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
  background-color: #007bff;
  color:#FFFFFF;
  text-align: center;
}
.footer ul{
  list-style: none;
  padding: 15px;
  font-size:18px;
  margin: 0;
}
.footer ul li{
  display: inline-block;
  margin-right: 5px;
  text-decoration: underline;
}
.footer ul li a{
  color: #FFFFFF;
}  