@import url('https://fonts.googleapis.com/css2?family=Fascinate+Inline&family=Permanent+Marker&family=Sour+Gummy:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fascinate+Inline&family=Permanent+Marker&family=Silkscreen:wght@400;700&family=Sour+Gummy:ital,wght@0,100..900;1,100..900&display=swap');

h1{
    font-family: "Permanent Marker", cursive;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 6px;
  font-size: 25px;
  color:rgb(0, 0, 0);
  position: absolute;
  top: 40px;
  
}
.container{
    background-image:url(dddepth-348.jpg) ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: content-box;
    align-items: center;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: 100vh;
    
}
i{
    color: rgb(255, 0, 0);
   border-bottom: 2px solid white;
}
p{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-bottom: 30px;
    font-size: 30px;
    position: absolute;
    top: 130px;
    left: 50%;
    color: rgb(255, 255, 255);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bolder;
}
input{
    margin-top: 10px;
    width: 80%;
    background: transparent;
    border: none;
    border-bottom: 1px solid black;
    outline: transparent;
    font-family: "Silkscreen", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;


}
input::placeholder{
    color: rgb(255, 255, 255);
}
h2{
    font-weight: bolder;
    margin-top: 90px;
    color: rgb(0, 0, 0);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: smaller;
    
}
img{
    width: 50px;
    position: absolute;
    left: 0;
    top: 5px;
   align-self: center;
}

