* {
    box-sizing: border-box;
}

title{
    display:none;
}

body{
    margin:auto;
    font-family: "Brush Script MT";
}

header {
    height: 70px;
    width: 100%;
    background-color: #3D2E88;
    background-image: url(mae-mu-_C5zsV_p-YI-unsplash.jpg);
    position: fixed;
    top: 0;
    z-index: 10;
    color: rgb(11, 19, 36);
}

.container {
    max-width: 1170px;
    padding: 15px;
    margin: auto;
    display: flex;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}

.header-left{
    float:left;
}

.container h1 {
    margin: 0 auto;
    opacity: 0.8;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}

.header-right {
    float: right;
}

.header-right i{
    padding: 10px;
}

.header-right a {
    line-height: 35px;
    padding: 0 25px;
    color: rgb(71, 32, 5);
    display: block;
    float: left;
    transition: all 0.5s;
    font-weight: 700;
}

.header-right a:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

a {
    text-decoration: none;
}

.fa, .fas {
    font-weight: 900;
    padding-top: 5px;
    font-size: xx-large;
}

.main-content {
    margin-top: 70px;
    background-image: url(nick-nice-gPm8h3DS1s4-unsplash.jpg);
    color: whitesmoke;
    font-family: cursive ;
}

.welcome {
    padding: 100px 0 100px 0;
    background-size: cover;
    text-align: center;
    max-width: 1170px;
    margin: 0 auto;
}

.welcome h1 {
    opacity: 0.7;
    font-size: 45px;
    letter-spacing: 5px;
    margin-bottom: 10px;
}
.welcome h2{
    opacity: 0.7;
    font-size: 25px;
    letter-spacing: 5px;
    margin-bottom: 10px;
}

.welcome p{
    opacity: 0.7;
    font-size: 20px;
    letter-spacing: 5px;
    margin-bottom: 10px;
}

.welcome a{
    opacity: 0.7;
    font-size: 20px;
    letter-spacing: 5px;
    margin-bottom: 10px;
    color:whitesmoke; 
}

img{
    height:180px;
    width:180px;
    border-radius: 50px;
    border: 5px solid whitesmoke;
}

.project{
    padding:60px;
    text-align: center;
    max-width:fit-content;
    margin: 0 auto;
    color:white;
}

.project a{
    color:white;
    text-decoration: none;
    display: inline-block;
    padding:20px;
    margin: 5px auto;
    background-color:  rgba(33, 163, 157, 0.3);
    border-radius:50px;
}

.project-title a:hover{
    background-color: darkcyan;
}

#profile-link:hover{
    background-color: rgb(63, 96, 129);
}

#profile-link2:hover{
    background-color: rgb(110, 9, 52);
}

#profile-link {
    background-color:rgba(43, 115, 184, 0.3);

}

#profile-link2 {
    background-color:rgba(165, 180, 196, 0.3);
}

footer{
    position: relative;
    bottom: 0;
    width:100%;
    display:block;
    height:70px;
    background-image:url(mae-mu-_C5zsV_p-YI-unsplash.jpg);
}

footer a{
    color:black;
    max-width: 1170px;
    padding: 15px;
    margin: auto;
    display: flex;
}