body{
    background-color: #B3B3B3;
    margin: 0;
    border: 5px solid #B8B8B8;
    font-family: "Inter", sans-serif;
}


.page-container {
   width: min(100%, - 2rem, 1100px);
   margin-inline: auto;
}

@media only screen (max-device-width: 480px) {
    .page-container {
        width: 400px;
    }
}

h1 {
    margin-left: 5px;
    font-weight: 700;
    font-size: 40px;
    font-family: 'Courier New', Courier, monospace;
    color: #111111;

}

h2{

font-family: "Poppins", sans-serif;
font-weight: 600;

}

 
.profile-image {
    width: 280px;
    aspect-ratio: 0.95;
    object-fit: fill ;
    border-radius: 50%;
}


.projects {
    font-style: italic;
}