Body{ 
    background-image: url("background.jpg");
    background-repeat:no-repeat;
    background-attachment: fixed;
    background-size: cover;
    font-family: Verdana, sans-serif;
    margin: 100px;
}

h1{ 
    color:rgb(15, 56, 87);
    font-size:40px;
    font-family: 'Courier New', Courier, monospace;
    text-align:center;
}

h2{ 
    color:rgb(222, 98, 4);
    font-family: 'Courier New', Courier, monospace;

}

footer{
    border-radius:0px 0px 25px 25px;
    background-color:rgb(16,53,66);
    height:50px;
    padding-top: 1px;
    text-align:center;
    font-family:'Courier New', Courier, monospace;
}

a:link {
    color:rgb(222,98,4);
    background-color: transparent;
    text-decoration:none;
}

a:visited{
    color:#DFEFD5;
    background-color: transparent;
    text-decoration:none;
}

a:hover{
    color:#ECE3A0;
    background-color: transparent;
    text-decoration: none;
}

a:active{
    color:brown;
    background-color:transparent;
    text-decoration:none;
}

.tel{
    color:#474F41;
    background-color:transparent;
    text-decoration:none;
}

.skills-education{
    background: white;
    height: 500px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 90px;
    padding-left: 300px;
}

.intro{
    border-radius: 25px 25px 0px 0px;
    background: white;
    height:175px;
    text-align:center;
}

.objective{
    background-color:rgb(16, 53, 66);
    padding-top: 1px;
    padding-bottom: 10px;
    padding-left:30px;
    color:white;
}