
@font-face{
    font-family: meow;
    src: url(fonts/digistrip.ttf);
}
@font-face{
    font-family: enter;
    src: url(fonts/ADELIA.ttf);
}
@font-face{
  font-family: Adventure;
  src: url(fonts/AdventureTime.ttf);
}

body{
    text-align: center;
    background-color: #FFABC7;
    background-image: url(backgrounds/polka-bg.png);
    /*background-image: linear-gradient(0deg,rgba(255, 171, 199, 1) 0%, rgba(255, 222, 234, 1) 100%);*/
    background-size: 800px;
    background-repeat: repeat;
    
}
.text-container{
    width: 30%;
    margin: 1em;
    border: 0.15em solid rgb(255, 120, 156);
    border-radius: 0.5em;
    background: #FFABC7;
    background: linear-gradient(0deg,rgba(255, 171, 199, 1) 0%, rgba(255, 222, 234, 1) 100%);
    padding: 1em;
    font-family: meow;
    text-align: left;
    word-wrap: break-word
    
}
#header{
  
  width:50% ;
}
img{
    margin: 1em;
}
a{
  text-decoration: none;
}
button{
    font-family: meow;
    margin: 1em;
    border: 0.15em solid rgb(255, 120, 156);
    border-radius: 0.5em;
    background: #FFABC7;
    background: linear-gradient(0deg,rgba(255, 171, 199, 1) 0%, rgba(255, 222, 234, 1) 100%);
    padding: 1em;
    cursor: pointer;
    width: 13%;
}
    .button-div :hover{
    transform:  translateY(-0.2em) scale(1.05);
    /*transition: 0.2s ease-in-out;*/
}
.homemarquee{
  width: 300px;
}



