/* img {
    width: 200px;
} */

body {
    background-image: url('/static/background.jpg');
    /* backdrop-filter: blur(1000px); */
    text-align: center;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    font-family: 'Arial';
    font-size: medium;
    margin: 0 auto;
}

img {
    image-rendering: auto;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
    image-rendering: -webkit-optimize-contrast;
}

#all_content {
    box-sizing: border-box;
    position: absolute;
    display: flex;
    flex-direction: column; 
    align-items: center;
    justify-content: center;
    background: #d0ecff;
    border: solid;
    border-radius: 25px;
    box-shadow: 8px 8px 20px rgba(0,0,0,0.3);   
    height: auto;
    /* width: 80%; */
    padding: 5px;
    width: 80%;
    max-width: 800px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: auto;
}
#88_by_31 {
    display: flex;
    flex-direction: row; 
}

#88_by_31 img {
    height: 31;
    width: 88
}
#email_container {
    display: flex;
    align-items: center;
    gap: 3px;
}

#email_container img {
    height: 25px;
}
/* #main_content, #projects, #links {
    margin-bottom: 10px;
    /* padding-left: 2px; 
    text-align: left;
    width: 100%;
} */

#main_content {
    text-align: middle;
}

a:hover {
    color: darksalmon;
    text-decoration: underline;
}
