html {
    background-image: url("../images/webart/wallpaper.jpeg");
    background-size: cover;
    background-attachment: fixed;
    font-family:'Roboto', sans - serif;
}

h1 {
    text-align: center;
    background-color: none;
}

p {
    margin: auto;
    width: 75%;
}

.content {
    text-align: center;
    margin: 5%;
    background-color: rgba(123, 113, 152,0.75);
    border-radius: 25px;
    padding-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
}

.pfp {
    background-color: white;
    margin-top: 2%;
    border-radius: 100%;
    border-color: blue;
    border-width: 200px;
    width: 160px;
    height: 160px;
}

.gallery {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 80vw;
    /* background-color: blue; */
    /* padding: 0 4px; */
}

img {
    align-self: center;
    max-width: 200px;
    max-height: 200px;
    margin: 5px;
    border-radius: 10px;
    transition: 0.3s;
}

.gallery img:hover {
    max-width: 210px;
    max-height: 210px;
}
