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

*{
    /* margin: 100px; */
    /* padding: 10px; */
    font-family: "Cabin";
    background-color: rgb(245, 241, 235);
}


#header{
    font-size: 250%;
    font-weight: bold;
    display: inline-block;
    height: 120px;
    width: 100%;  
    padding-left: 20px; 
}


#header #logoContainer {
    width: 80px;
    height: auto;
    background-color: white;
    border-radius: 50%;
    z-index: 0;
    display: inline-block;
    vertical-align: middle;
   
}


/* #logoContainer img{ */
    #logoImage {
    width: 80px;
    height: auto;
    display: inline-block;
    /* padding-left: 20px; */
    clip-path: circle(49%);
    z-index: 0;
    /* border: 5px white; */
    /* box-shadow: 3px 3px 3px 2px rgba(0, 0, 0, 0.2); */
    
}


#header h4 {
    display: inline-block;
    color: rgb(71, 128, 255);
}


h1{
    font-weight: bold;
    font-size: 250%;
}


h2 {
    font-weight: bold;
    font-size: 150%;
}

#content{
    margin-left: 110px;
    margin-right: 110px;
    /* padding: 20px; */
    /* padding: 40px;
    padding-left: 85px;
    padding-right: 85px; */
}


#copyright {
    font-size: 80%;
}

#footer {
    padding: 60px;
}