.myphotostyle {
    margin-left: 10px;
    float: left;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 200%;
    height: 290px;
    overflow: hidden;
    width: auto;
    border: 3px solid maroon;
   }
.body{
    backdrop-filter: blur(3px);
    background-image: url(media/5a8b27e5dfb10.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.line{
    border-bottom: 3px solid black;
}

.jobs {
    color: white;
    text-align: center; 
    padding-top: 5px; margin: 10px auto;
    font-size: 24px;
    padding-bottom: 10px;
}

/*Navigation*/
.topnav {
    text-align: center;
    list-style-type: none;
    margin-left: auto;
    margin-right: auto;
    padding: 10;
    background-color: #333;
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
    background-color: #4CAF50;
    color: white;
}

/*Fonts*/
.fontPIP { 
    font-size: 40px;
    color: white;
    }
.fontBirth { 
    color: white;
    font-size: 18px;
    }

.fontPosition{
    margin-left: 325px;
    color: white;
}

.birthdate{
    color: white;
    font-size: 19px;
    margin-left: 322px; 
}

.info {
    color: white;
    font-size: 18px;
    margin-left: 307px;
}

.yellowfont{
    color: yellow;
    font-size: 18px;
}

.margin {
    color: white;
    margin-left: 330px;
    font-size: 24px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}