body {margin-left: 2em;
    margin-right: 2em;
    font-family: sans-serif;
    margin: 25%;
    background-image: url(images/background.jpg);
    background-size: cover;
    background-color: antiquewhite;
    
}

.layer {
    background-color: rgba(255, 255, 255, 0.925);
    position: absolute;
    top: 0;
    left: 25%;
    width: 50%;
    height: fit-content;}
    

h1 {font-size: xx-large;
    font-weight: bolder;
    text-align: center;
    margin-top: 2em;
}

.subheader {
    font-size: large;
    font-weight: lighter;
    color: darkorange;
    letter-spacing: .5em;
    text-align: center;
    margin-bottom: 4em;
}
a {
    color: inherit;
    text-decoration: none;
  }
  

a:hover {
    color: darkorange;
    text-decoration: none;
  }



ul {
    list-style-type: none;
    margin-bottom: 3em;
    }

h2 {
    font-size: large;
    font-weight: bold;
}

h3 {
    font-size: large;
    font-weight: lighter;
    color: darkorange;
    margin-left: 2em;
}

.timeline {
        font-weight: lighter;
        color: cornflowerblue;
        margin-left: 10em;
}

.education {
            margin-left: 2em;}

.work {
         margin-left: 2em;}

.personal {
            margin-left: 2em;}

strong {color: rgb(131, 76, 9);}

.skills {margin-left: 2em;
        margin-top: 2em;
    }

.learning {margin-left: 2em;}


footer {
    font-size: smaller;
    font-weight: lighter;
    color: darkgrey;
    text-align: center;
    margin-bottom: 4em;
}