@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');

header{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background-color: #24252A;
}

.topic{
    text-align: center;
    text-decoration: underline;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;

}

.bio-photo{
    margin-left: -5px;
   
}*
.bio-photo2{
    margin-left: -5px;
    margin-top: 30px;
   
}*


.div1{
    text-align: center;
    color: white;
background-color: #24252A;
border-radius: 50px;
    width: 47%;
    float:left;
}
.div2{
    background-color: #24252A;
    color: white;
    width: 47%;
    float: right;
    text-align: center;
    border-radius: 50px;
    padding-bottom: 70px;

}



body{
    background-color: #FFF0F5;
}

li, a, button{
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: red;
    text-decoration: none;
}


h1{
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
    font-size: 36px;
    text-decoration: none;
    
}
.h-subheader{
   
        font-family: "Montserrat",sans-serif;
        font-weight: 500;
        font-size: 28px;
        text-decoration: none;
    
}
h3{
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-decoration: none;
    text-decoration: underline;
}
p,label,input{
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
}



header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 10%;
    margin-top: -10px;
    margin-left: -10px;
    margin-right: -10px;
}
.logo{
    cursor: pointer;
}
.nav-links{
    list-style: none;

}
.nav-links li{
    display: inline-block;
    padding: 0px 40px;
}
.nav-links a {
    transition: all 0.3s ease 0s;
}
.nav-links a:hover {
    transition: all 0.3s ease 0s;
    color: #FFF0F5;
}
button{
    padding: 9px 25px;
    background-color: #FFF0F5;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0,3 ease 0s;

}

button:hover{
    background-color: black;

}

.content-table{
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    min-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.content-table thead tr {
    background-color:#778899;
    color: white;
    text-align: left;
    font-weight: bold;
}

.content-table th{
    padding: 12px 15px;
}
.tr-hover:hover{
    background-color:aliceblue;
    border-bottom: 2px solid #dddd;
    border-top:2px solid #dddd; ;
    border-left: 2px solid #dddd;
    border-right: 2px solid #dddd;
}

.content-table thead tr :hover{
 
        background-color:cadetblue;
        border-bottom: 2px solid #dddd;
        border-top:2px solid #dddd; ;
        border-left: 2px solid #dddd;
        border-right: 2px solid #dddd;
    
}

fieldset{
    margin: 2em 0;
    min-width: 200px;
    background-color: #F08080;
    text-align: center;
   
    padding: 9px 25px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0,3 ease 0s;
    width: 50%;
    margin-left: 23%;
}
legend{
    font-size: 1.25em;   
    color:#24252A;
    text-align: center;  
    margin-top: 0px;
    margin-bottom: -35px;  
    font-weight: bold;   
    padding: 9px 25px;
    border: none;
    border-radius: 50px;
    
    transition: all 0,3 ease 0s;
}

input[type=text] {
    border: 2px solid black;
    border-radius: 4px;
  }

  input[type=textarea]{
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 16px;
    resize: none;

  }
  input[type=submit]{
    padding: 9px 25px;
    background-color: #FFF0F5;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0,3 ease 0s;
  }

  input[type=submit]:hover{
    background-color:red;

}

img{
    padding: 9px 25px;

    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0,3 ease 0s;

}




.h1-contact{
    text-align: center;
}

.contact-form{
    background-color:  #FFF0F5;
    

}

.contact-form input[type=text]{
    width:15%;
    margin: 1%;
    padding: 15px;
}

#phone-number{
    width:35%;
    margin: 1%;
    padding: 15px;
}
textarea {
    width: 50%;
    height: 100px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    resize: none;
  }

  .contact-form input[type="submit"]
  {  padding: 9px 25px;
    background-color: white;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0,3 ease 0s;

  }

  .contact-form 
  input[type=submit]:hover{
    background-color: greenyellow;

}


.test-body{
    background-color: #FFF0F5;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60vh;
    overflow: hidden;
    margin: 0;
    margin-top: 50px;
}

.quiz-container{
    background-color: #24252A;
    border-radius: 10px;
    box-shadow: 0 0 10px 2px rgba(100, 100, 100,0.1);
    width: 600px;
    overflow: hidden;
}

.quiz-header{
    padding: 4rem;
}

.h2-test {
    padding: 1rem;
    text-align: center;
    color: red;
}

.ul-test{
    list-style-type:none;
    padding: 0;
}

label{
    cursor: pointer;
}

.button-test{
    background-color: #778899;
    color: white;
    border-radius: 0;
    border: none;
    display: block;
    width: 100%;
    cursor: pointer;
    font-size: 1.1rem;
    padding: 1,3rem;
}
ul li{
    font-size: 1.2rem;
    margin: 1rem 0;
}

.button-test:focus{
    outline: none;
    background-color: #44b927;
}

.final-h2{
    color: red;
   
}