h1, h2, h3, h4, h5 { 
    color:white;
    font-family: "Helvetica", sans-serif;
    text-align: center;
}

.header{
    width: 100%;
    vertical-align: middle;
}

.header-content-left{
    width: 55%;
    display: inline-block;
    background-color: black;
    position: relative;
    bottom: 50px;
}

.header-content-right{  
    width: 40%;
    display: inline-block;
    margin: auto;
}

.hero-image{
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

p { 
    color: white;
    font-family: monospace, sans-serif;
    text-align: center;

}
hr{
    color:white
}
body {
    background-image: url(Images/bg.jpg);
    background-size: auto;
    background-position: center;
    
}
.skills-bg{
    background-color: rgb(255,255,255,0.5);
    border-radius: 15px;
}
.skills-font{
    font-size: 1.2em;
}
#page-title{
    color:rgb(0, 88, 88);
    background-color: black;
    font-weight: bolder;
}
.summary-text{
    font-size: 1.2em;
    text-align: center;
    line-height: 2em;
}
.button{
    border-radius: 10px;
    background-color: rgb(3, 128, 128);
    margin-top: 1.5em;
    margin-left: 25%;
    margin-right: 25%;
    text-align: center;
    text-decoration: none;
}
.image-circle{
    border-radius: 100%;
}


