.about-me{
    margin: auto;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

  .toggle-switch{
    display: inline-flex;
    align-items: center;
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    font-size: .875rem;
    cursor: pointer;
    color: #FFFFE3;
    float: left !important;
    width: 150px;
    position: relative;
    /* left: 100px; */
    right: 1050px;
    top: 90px;
}
header{
    margin-bottom: 30px;
    max-width: 1200px;
}
h3{
    font-size: 60px;
}
header h1{
    width:250px;
    flex-direction: row;
    font-size: 50px;
}
#resume img{
    background-color: white;
    display: flex;
    width: 500px;
    border: 1px solid black; ;
    box-shadow: 7px 6px gray;
}
#resume p{
  
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 80px;
    padding-bottom: 30px;
    border-bottom: 1px solid #438BCF;
}
p{
    font-size: 35px;
    line-height: 40px;
}
#work , #personal{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
 
    font-size: 28px;
    line-height: 35px;
    font-weight: 500;
}
#aboutme-imgs{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#aboutme-imgs img{
    width:400px;
    height: 500px;
    margin: 10px 35px;
    border: 3px solid #0d0d0e;
    border-radius: 30px;
    box-shadow: 5px 7px;
}

@media all and (max-width: 500px){

#aboutme-body{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 500px;
    
}
#aboutme-body header{
margin-bottom: 50px;
margin-right: 0px;
flex-direction: column;
height: 400px;
}
.about-me a{
    position:relative;
    left:0px;
    top:-10px;
    
}
#work , #personal{
    flex-wrap: wrap;
    max-width: 500px;
    max-width: fit-content;
    margin: 15px 20px;
    padding: 15px;
}
#aboutme-imgs{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
#resume img{
    max-width: 450px ;
}
.toggle-switch{
    position: absolute;
    margin: auto;
    right: 120px;
    top: 140px;
}

}
@media all and (max-width:900px) {
    #aboutme-body{
        max-width: 880px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .toggle-switch{
        position: relative;
        margin: auto;
        right: 350px;
        top: -50px;
    }
}