
body {
    width: 80%;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    background-color: pink;
    background-image: url("/images/dot.png");
    background-repeat: round;
}

main{
    align-content: center;
}


#intro{
    min-height: 500px;
}

.permanent-marker-regular {
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
}
@font-face {
    font-family: Super-Crown;
    src: url("fonts/Super-Crown.ttf");
}

.super-crown {
    font-family: Super-Crown, Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}



 /* The keyframes */
              
		@keyframes reveal {
			from {
			
				clip-path: rect(45%, 20%, 45%, 20%);
			}
			to {
			
				clip-path: rect(0% 0% 0% 0%);
			}
		}

		.revealing-image {
			animation-name: revealing-image;
			display: block;
			animation: linear reveal both;
			animation-range: 25% 50%;
		}

        /*blurb section*/

.revealing-div {
			animation-name: revealing-div;
			display: block;
			animation: linear;
			animation-range: 25% 50%;
		}

#blurb {
    max-width: 60%;
    background-color: ivory;
    color:indianred;
    padding: 30px;
    border-radius: 40px;
    font-size: xx-large;
}

    
.blast-text
{
    color: cadetblue;
    font-size: 2.1em;
    line-height:65%;
}
      
#site-title {
    background-color: aliceblue; 
    border-radius: 15px;
    font-size: 1.85em;
    max-width: fit-content;
    position: sticky;
    top: 75px;
    right: 75px;

} 

#title2 {
    max-width: fit-content;
    position: sticky;
   top: 110px;
    right: 65px;
} 
        
h1
{
    font-size: 1.3em;
    font-weight: 300;
}

