body{
    margin: auto;
    background-image: url(bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.navbar{
    margin-top: -25px;
    background-color: rgb(0,0,0,0.5);
    box-shadow: 2px 3px 5px black;
}
.title{
    margin-left: 48px;
    color: white;
    font-size: 18px;
    font-family: Merriweather, serif;
    font-weight: 500;
    word-spacing: 10px;
}
.links{
    word-spacing: 12px;
    font-size: 25px;
    font-family: Merriweather, serif;
    font-weight: 500;
    text-decoration: none;
    text-align: right;
    margin-left: 24px;
    margin-right: 24px;
    padding-top: 30px;
    padding-bottom: 12px;
}
a:link{
    text-decoration: none;
    color: white;
}
a:active{
    font-weight: bolder;
    text-decoration: none;
    color: white;
}
a:hover{
    border-radius: 10px;
    font-weight: bolder;
    color: white;
}
a:visited{
    text-decoration: none;
    color: white;
}
.selector{
    word-spacing: 65px;
    font-size: 45px;
    font-family: Merriweather, serif;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    margin-top: 144px;
    padding-bottom: 12px;
}
.selector a:link{
    margin-top: 144px;
    text-decoration: none;
    color: black;
}
.selector a:active{
    font-weight: bolder;
    text-decoration: none;
    color: black;
}
.selector a:hover{
    border-radius: 10px;
    font-weight: bolder;
    color: black;
}
.selector a:visited{
    text-decoration: none;
    color: black;
}
#sec_title{
    font-family: Merriweather, serif;
    font-weight: bold;
    font-size: 45px;
    margin-top: 144px;
    text-align: center;
}
.container{
    border-radius: 15px;
    border-color: black;
    background-color: white;
    box-shadow: 2px 3px 5px black;
    margin-left: 96px;
    margin-right: 96px;
    margin-bottom: 250px;
    padding-bottom: 48px;
}
#p_title{
    padding-top: 250px;
    margin-top: 96px;
    margin-left: 48px;
    font-size: 25px;
    font-family: Merriweather, serif;
    font-weight: 500;
    word-spacing: 10px;
}
#p_title_Hob{
    padding-top: 300px;
    margin-top: 96px;
    margin-left: 48px;
    font-size: 25px;
    font-family: Merriweather, serif;
    font-weight: 500;
    word-spacing: 10px;
}
#p_title_Int{
    padding-top: 300px;
    margin-top: 96px;
    margin-left: 48px;
    font-size: 25px;
    font-family: Merriweather, serif;
    font-weight: 500;
    word-spacing: 10px;
}
#Skills{
    font-family: Montserrat, sans-serif;
    margin-left: 96px;
    margin-right: 96px;
    text-align: justify;
    line-height: 40px;
    letter-spacing: 2px;
    text-indent: 50px;
}
#Hobbies{
    font-family: Montserrat, sans-serif;
    margin-left: 96px;
    margin-right: 96px;
    text-align: justify;
    line-height: 40px;
    letter-spacing: 2px;
    text-indent: 50px;
}
#Interests{
    font-family: Montserrat, sans-serif;
    margin-left: 96px;
    margin-right: 96px;
    text-align: justify;
    line-height: 40px;
    letter-spacing: 2px;
    text-indent: 50px;
}
.nav {
    text-align: left;
    margin: 48px;
    margin-top: -120px; 
}
.nav a {
    display: inline-block;
}
.nav img {
    width: 125px;
    height: 125px;
    border-radius: 15px;
    border: 7px groove black; 
    box-shadow: 2px 3px 5px black;
}
.nav img:hover{
    box-shadow: 5px 5px 5px 5px gray;
}
.footer{
    font-family: Merriweather, serif;
    word-spacing: 10px;
    text-align: center;
    text-decoration: none;
}
.footer a:link{
    text-decoration: none;
    color: black;
}
.footer a:active{
    font-weight: bolder;
    text-decoration: none;
    color: black;
}
.footer a:hover{
    border-radius: 10px;
    font-weight: bolder;
    color: black;
}
.footer a:visited{
    text-decoration: none;
    color: black;
}
.place{
    word-spacing: 5px;
}