

body{
    padding: 0px;
    margin: 0px;
    background-color: #d4d4d4;
}

.main{
    width: min(max(320px, 90%), 1100px);
    margin: 2rem auto;
    padding: clamp(1.2rem, 3vw, 3rem);
    margin-bottom: 0;
    padding-bottom: 100px;
    background-color: #f3f3f3;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.4;
}

.img-embed{
    float: left;
    display: flex;
    flex-direction: column;
    margin-right: 30px;
    margin-bottom: 10px;
    margin-top: 70px;

}

.img-embed div{
    font-family: "Google Sans Code", monospace;
    color: rgb(100,100,100);
    font-size: 13px;
    
    max-width: ;
    margin-top: 4px;

    z-index: 1;


}

.img-embed span{
    font-style: italic;
    font-weight: bold;

}

.death-of-socrates{
    width: 100%;   
    height: auto;  
    max-height: 250px; 
    object-fit: cover;
    border-radius: 30px;
    box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.359);
    z-index: 2;
}

h1{
    font-size: 25px;
    padding-left: 20px;
    font-family: "Google Sans Code", monospace;
    font-weight: 300;
    color: #444;
    display: list-item;
    list-style-type:decimal; 
    list-style-position: inside;

}

p{
    font-size: clamp(1rem, 2vw, 1.05rem);
    color: #444;
}

blockquote{
    font-size: 15px;
    border-left: solid;
    max-width: 850px;
    padding-left: 20px;
    margin-left: 30px;
    color:rgb(100, 100, 100);
    font-family: "Google Sans Code", monospace;
    border-color: rgba(0, 0, 0, 0.5);
    line-height: 1.5;
    position: relative;
}

blockquote::before {
    content: "“";
    font-size: 30px;
    position: absolute;
    top: -10;
    left: -30;
}


footer{

    width: min(max(320px, 90%), 1100px);
    margin: 2rem auto;
    padding: clamp(1.2rem, 3vw, 3rem);
    margin-top: 0;

    height: 90px;


    border-top: #e7e7e7;
    border-top-style:double;
    border-width: 10px;
    background-color: #4a4a4a;

    display: flex;
    justify-content: space-between;
    align-items: center;

    font-family: "Google Sans Code", monospace;
    font-size: 13px;
    color: rgb(207, 207, 207);

}

.footer-right{
    display: flex;
    height: 100%;
    font-size: clamp(0.6rem, 1.5vw, 0.9rem);
}

.footer-section-left, .footer-section{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    align-items:start;
    gap: 20px;
    padding: 0px 25px;
    white-space: nowrap;
}

.footer-section-left div:hover{
    cursor: pointer;
    text-decoration: underline;

}

.divider-footer{
    border-style: solid;
    border-width: 1px;
}

.social-media{
    display: flex;
    width: 200px;
    justify-content: left;
    
}

.social-media img{
    margin: 0px 5px;
    height: 18.4px;
    filter: invert(80%);
    background-color: rgb(255, 255, 255);
    border-radius: 100%;
    padding: 6px 6px;
    margin-top: -6px;

}

.social-media img:hover{
    filter: invert(0%);
    background-color: rgb(255, 255, 255);
    cursor: pointer;
}


footer img{
    height: 140px;

    margin-bottom: -30;
}

@media (max-width: 480px) {
    .footer-logo{
        display: none;
    }

    
}
