@charset "utf-8";

@font-face {
  font-family: 'Comfortaa';
  src: url('../fonts/Comfortaa-VariableFont_wght.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body{
    font-family: 'Comfortaa', sans-serif;
    background-color: black;
}

main a{
    text-decoration: none;
    color: black;
}

.hero-section{
    background: radial-gradient(circle, #edac2a 0%, rgba(237, 172, 42, 0.3) 20%, #000 50%);
}

.title{
    font-size: clamp(3rem, 0rem + 10vw, 10rem);
    color: white;
    text-shadow: 5px 5px 5px black;
    text-align: center;
}

.sub-title{
    color: white;
    text-shadow: 5px 5px 5px black;
    font-size: clamp(1rem, -0.429rem + 3.81vw, 3rem);
    text-align: center;
}

.who-are-container, .faq-container{
    background-color: rgb(204, 204, 204);
    border-radius: 10px;
}

.who-are-container h1, .faq-container h1{
    color:rgb(255, 200, 99);
    text-shadow: 1px 1px 4px #000;
    font-weight: bold;
}

.who-are-container p, .faq-container p{
    font-size: clamp(1rem, 0.286rem + 1.905vw, 2rem);
}

.who-are-container img, .faq-container img{
    width: 40%;
    height: auto;
}
