@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');
:root{
    --primary-color:#8B5CF6;
    --secondary-color:#DDD6FE;
}
body {
    background-color: #a8d0e6;
}
.header{
    border-bottom: 1px solid white;
    color: white;
    padding: 0rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    height: 8rem;
    /* background-image: url(/b2b17fa6e78b37f60cde9ced9b3e594b.jpg);
    opacity: 0.4; */
    
}
.header h1{
    background-color: #f76c6c;
    padding: 2.5rem;
    text-align: left;
    font-family: 'Pacifico', cursive;
    font-size: 2.3rem;
    font-weight: 300;
    color:white;
}
.main{
    max-width: 600px;
    margin: auto;
    
}
.main img{
    max-width: 400px;
    margin: auto;
    
}
.hero-text{
    padding: 1rem 2rem;
    color: white;
    font-family: 'Josefin Sans', sans-serif;
    /* font-weight: 200; */
}
.one-text-area{
    width: 45%;
    display: block;
    margin: auto;
    margin-top: 3rem;
    height: 12vh;
    border: 0.3rem solid black;
    border-bottom-left-radius: 1.5rem;
    background-color: #a8d0e6;
}
.one-text-area:active{
    border: 0.4rem solid white;
}
.two-button{
    display: block;
    margin: auto;
    margin-top: 2rem;
    padding: 0.5rem 1.5rem;
    border-radius: 1rem;
    font-size: 1.5rem;
    background-color: #f8e9a1;
    font-family: 'Permanent Marker', cursive;
    font-weight: 250;
    cursor: pointer;
}
.two-button:active{
    background-color: #24305e ;
    color: white;
}
.output-label{
    margin-top: 2rem;
    margin-left: 23%;
}
.three-output-area{
    width: 45%;
    display: block;
    margin: auto;
    height: 10vh;
    border: 0.1rem solid black;
    box-shadow: 10px 10px;
}
.footer{
    background-color: #24305e;
    margin-top: 3rem;
    text-align: center;
    padding-top: 0.5rem;
    height: 9rem;
    border-bottom-left-radius: 0rem;
    border-bottom-right-radius: 0rem;
}
.footer h2{
margin-top: 2rem;
margin-bottom: 1rem;
}

*{
    margin: 0px;
    padding: 0px;
}