body{
    font-family: 'Courier Prime', monospace;
    
}

.title{
    font-weight: 700;
    font-size: 1.7rem;
    position: fixed;
    z-index: 10;
    background-color: hsla(10, 1%, 100%, 0.7);
    margin-bottom: 30px;
}
.pullquote{
    font-style: italic;
    font-weight: lighter;
    padding: 10px;
}

img{
    margin:3rem;
    
}
p{
    min-width: 5rem;
    size: 0.8em;
    background-color: hsla(199, 77%, 90%, 0.568);
    border-radius: 2rem;


    
}



