@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body {
    background-color: #121212;
}

.portfolio-images{
    margin: 0 auto;
    margin-top: 5vw;
    margin-bottom: 5vw;
    width: 64%;
}

.about-me {
    width: 65%;
    margin: 0 auto;
    margin-top: 9%;
    margin-bottom: 10%;
}

.me-picture-container {
    width: 22.2vw;

}

.me-picture-container img {
    width: 93%;
    border: 4px solid #9B5DE5;
    border-radius: 10%;
}

.me-description-container {
    width: 120%;
    float: right;
}

.me-description {
    background-color: #1E1E1E;
    height: 100%;
    padding: 3%;
    border: 5px solid #9B5DE5;
    border-radius: 3%;
}

.me-description p {
    color: #E0E0E0;
    font-family: 'Lato', sans-serif;
    font-size: 1.4vw;
}

.pages {
    width: 65%;
    margin: 0 auto;
}

.page-container {
    width: 100%;
    margin-top: 10%;
    margin-bottom: 7%;
    background-color: #9B5DE5;
    border: 5px solid #9B5DE5;
    border-radius: 5%;
    float: left;
    transition: border-radius 0.3s ease;
}

.page-container img {
    width: 100%;
    border-radius: 5%;
    transition: border-radius 0.3s ease;
}

.page-container img:hover {
    border-radius: 10%;
}

.page-container:hover {
    border-radius: 10%;
    filter:brightness(85%);
}
