/* @import url(root.css); */
.hero-background {
    background-image: url(https://media4.giphy.com/media/v1.Y2lkPTc5MGI3NjExYmI0MDM1MG1oM2hsZWlvMHc2bTllZ3hpcnpuZTB3aXl3cnF4cTgzMiZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/26tn33aiTi1jkl6H6/giphy.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-blur {
    filter: blur(5px);
    -webkit-filter: blur(5px);
}
.hero-title {
    font-size: 76pt;
    color: white;
    margin: 0 0 5px 0;
}
.hero-quote {
    font-size: large;
    color: beige;
    font-style: italic;
    text-align: justify;
    max-width: 25vw;
}

.about-me {
    
}

/* custom config */
#portfolio-pfp {
    width: 35%;
    border: 15px white solid;
    border-bottom: 40px white solid;
    box-shadow: 5px 5px 7px black;
}
#about-me {
    width: 25%;
    border: 15px white solid;
    border-bottom: 40px white solid;
    box-shadow: 5px 5px 7px black;
}