@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
    background-color: #1e1e1e;
    color: #FFFFFF;
    font-family: "Open Sans";
}

hr {
    width: 50%;
    
    border-style:solid;
    border-color: #e91627;
    border-width:2px;
}

#aboutMe {
    width: 50%;
    margin: auto;
    padding: 25px;
    
    text-align: center;
    
    line-height: 100px;
    height: 100px;
}
#name {
    display: inline-block;
    
    text-align: center;
    vertical-align: middle;
    
    font-weight: bold;
    font-size: 75px;
}
#portfolioPic {
    display: inline-block;
    
    width: 100px;
    margin: 0 10px 0 10px;
    
    vertical-align: middle;
    
    border-style: solid;
    border-width: 4px;
    border-radius: 50%;
    border-color: #e91627;
}

#projectList {
    width: 50%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    
    font-size: 20px;
}