*{font-family: 'poppins' , sans-serif;

}
body{
    background-image: url("../pictures/images\ \(38\).jpg");
    background-size: cover;
    background-repeat: none;
    background-position: center;
    background-attachment: fixed;
    

}
.box{
   justify-items: center;
     align-items: center;
     text-align: center;
     background-color: rgba(250, 248, 248, 0.7);
     min-height: 70vh;
     border: 2px solid;
     border-color: green;
     border-width: 3px;
     width: 50%;
     padding-top:5%;
     margin:auto;
     border-radius: 15px;
}


.topTitle img{
   width: 100%;
   height: 100px;
   border-radius: 8px;
   margin-bottom: 30px;
   
}

 .container{
   text-align: center;
    width: auto;
    padding: 0px 10px 0px 10px;
    border: px solid; 
   
 }
 .up-word{
    font-size: medium;
    justify-content: center;
    color:green;
    margin-bottom: 5%;
    
 }
 span{
    justify-items: center;
    font-size: 25px;
    color: #fff;
    border:none;
    padding: 1% 7% 1% 7%;
    background-color: green;
    outline: none;
    text-shadow: 2px 2px 2px black;
    border-radius: 20px;
    margin: 80% 0% 20% 0%;
}
 .input{
    height: 40px;
    width: 95%;
    justify-content: center;
    font-size: large;
    border-radius: 20px;
    border: 0.5px solid;
    margin-top:5%;
    margin-bottom: 7%;
    padding: 2% 2% 2% 2%;
 }
 ::placeholder{
    padding: 0 0 0 20px;
 }
 .submit{
    border: 2px;
    border-radius: 20px;
    width: 87%;
    font-size: 15px;
    height: 45px;
    cursor: pointer;
    transition: 1s;
    font-size: 23px;

 }
 .submit:hover{
    color: #fff;
    background-color:green;
 }
 a{
   text-decoration-color: none;
   text-decoration-line: none;
   
 }
 .center{
    font-size: 14px;
    text-align: center;
    margin-top: 7px;
    border: 20px;
     

 }
 @media screen and (max-width:768px) {
   .box{
      width: 100%;
      margin-top:25% ;
   }
 }