@font-face {
    font-family: "Sansita-Black";
    src: url(./fonts/Sansita-Black.ttf) format("truetype");
}

@font-face {
    font-family: "Montserrat-Bold";
    src: url(./fonts/Montserrat-Bold.otf) format("truetype");
}

@font-face {
    font-family: "Montserrat-Regular";
    src: url(./fonts/Montserrat-Regular.otf) format("truetype");
}

@font-face {
    font-family: "Montserrat-SemiBold";
    src: url(./fonts/Montserrat-SemiBold.otf) format("truetype");
}

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');


body {
    margin: 0;
    font-family: "Montserrat-Regular";
    background-image: linear-gradient(white, #F6CBD2);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.topnav {
    overflow: hidden;
}

.topnav a {
    float: left;
    color: #F05757;
    text-align: center;
    padding: 14px 16px;
    padding-top: 25px;
    padding-left: 20px;
    text-decoration: none;
    font-size: 17px;
    font-family: "Sansita-Black";
}

.topnav a:hover {
    background-color: #F6CBD2;
    color: #F05757;
    font-family: "Sansita-Black";
}

.topnav a.active {
    color: #F05757;
}

#my-image {
    max-width: 302px;
    height: auto;
    padding-top: 1px;
    padding-left: 850px;
}

#my-image2 {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding-inline: 50px;
    padding-block: 18px;
    float: left;
    display: inline-block;
}

.link-download {
    background-color: unset !important;
    color: unset !important;

}

#title-image {
    width: 100%;

}

#hands1-image {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;

}


h1 {
    text-align: center;
    font-family: "Montserrat-Bold";
    font-size: 100px;
    color: #F05757;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

h2 {
    text-align: center;
    font-size: 25px;
    color: #1d4488;
    width: auto;
    height: auto;
}

.joinlist {
    text-align: center;
    font-size: 14px;
    font-family: "Montserrat-Regular";
    color: grey;
    width: auto;
    height: auto;
}

footer {
    display: inline;
}

.fa {  
    padding: 10px;  
    text-align: center;
    display: block;
    margin: 5px 2px;  
    font-size: 10px;  
    border-radius: 100%;
    width: 30px;
    
  }  

  .fa-twitter {  
    background: #F05757;  
    color: white; 
  }   
   
  .fa-instagram {  
    background: #F05757;  
    color: white;  
    
  }  
  .fa-youtube {  
    background: #F05757;  
    color: white;  
  }  
 
  .fa:hover {  
      opacity: 0.9;  
  }  


form {
    display: flex;
    flex-wrap: wrap;
    width: 500px;
    margin-left: auto;
    margin-right: auto;

    &>input {
        flex: 1 1 10ch;
        margin: .5rem;


        &[type="email"] {
            flex: 3 1 30ch;
            font-family: "Montserrat-Regular";
        }
    }
}

input {
    border: none;
    background: white (0, 49%, 35%);
    border-radius: .50rem;
    padding: .75rem 1rem;


    &[type="submit"] {
        background: #F05757;
        color: #F6CBD2;
        font-family: "Montserrat-SemiBold";
        box-shadow: 0 .75rem .5rem -.5rem hsl(0 50% 80%);
    }

}
#social-image{
    width: 60%;
    height: auto;
    display: block;
    margin-left: 35%;
    margin-right: auto;
}    

.thirdimage {
    position: relative;
    text-align: center;
    color: white;
  }

.top-left {
    position: absolute;
    top: 180px;
    left: 200px;
    width: 500px;
    text-align: left;
    font-family: "Montserrat-Bold";
    font-size: 30px;
    color: #1d4488;

}
