
@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');

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

*{
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    
    background-color: #a7c0b4;
    font-family: "Shadows Into Light", serif;
}

/* body {
    
} */

.logo {
    
    display: block;
    width: 128px;
    height: 128px;
    object-fit: cover;
    border-radius: 32px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

.main {
    text-align: left;
    margin: 5% 10%;
    height: 100%;
    font-size: 125%;
}

h1, h2 {
    text-align: left;
}

hr {
    border-bottom: 4px solid #136c42;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
}

p, li, ul {
    /* margin: -30px; */
    font-family: "Exo", serif;
    text-align: left;
    margin-left: 0%;
}

.projects {
    margin-top: 40px;
    align-self: left;
    /* border: 1px solid black;
    border-radius: 16px; */
    padding-left: -100px;
    padding: 0px;
    box-sizing: border-box;
}



i {
    font-family: "Exo", serif;
}

a{
    font-family: "Exo";
    transition: all 1s;
}


a:hover{
    text-decoration-style: wavy;
    text-decoration-thickness: 2px;
}


.back-button {
    margin-top: 30px;
}