body{
    background-color: #f4e6e6;
    color:#0f141e;
   
}

h1
{
    font-size: 1.6em;
}

a{
    color: black;
    text-decoration:none;
}

a:hover{
text-decoration: underline;
}

a:active{
    color: blue;
}

a:visited{
    color: #008080;
}

span{
    font-size: 1.2em;
    font-weight: normal;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.header li a, .header a
{
    font-size: 1.1em;
    font-weight: normal;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    white-space: nowrap;
}



.avatar{
    width: 190px;
    height: 190px;
    border-radius: 100px;
    border: 5px solid #fff;
    box-shadow: 14px 14px 14px rgba(0, 0, 0, 0);
    background: url(avatar.jpg) no-repeat center/100% ;
    margin-top: 5px;
}
.header p {
    color: #86898f;
    margin: 0%;
    font-weight: bold;

}

.nav{
    list-style: none;
    
    opacity: 0.6;
   
}
.nav li{
   display: inline-block;
   text-decoration: underline;
}

.nav a:visited{
    color: rgb(1, 1, 27);
}


 b{
    font-weight: normal;
    color: #929292;
    font-size: 1.2em;
    line-height: 1.3em;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
 }

 .work p
 {
    padding-bottom: 17px;
 }


.container{
    max-width: 750px;
    margin: auto;
    padding-top: 30px;
}

.bg1{

    background: #e6e6eb;
}

.bg2{

    background: #f0f0f0;
}

.card
{ 
     padding: 15px 20px;
}

.borderRadiusTop
{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.borderRadiusBottom
{
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}


.header {
    display: flex;
    margin-bottom: 20px;
}

@media(max-width: 700px){
    .info{
        text-align: center;
        display: block;
    }

}

.info-text{
    margin-left: 40px;
    
}

.header p{
    color: black;
}

.info-text h4{
    margin-bottom: 10px;
}

.card h2{

    margin-bottom: 10px;
}

.list {
    padding: 0 20px;
    list-style: none;

}

.card li{

    color: black;
    margin-bottom: 10px; 
    list-style-type: square;
}

.card p{
    margin: 5px;
}

.form-group label{
    display: block;
    font-size: 1.1em;
    color: #86898f;
}

.form-group input, .form-group textarea{
    width: 100%;
    box-sizing: border-box;
    border: none;
    background: transparent;
    border-bottom: 1px solid #ccc;
    color: black;
    padding: 15px 0 10px;
    outline: none;
    font-family: inherit;
}

.placholder
{
    font-size: 0.7em;
    opacity: 0.6;
}

.row{
    display: flex;
    margin-bottom: 20px;
    
}

 .row > .form-group{
    width: 50%;
    margin-right: 20px;
 }

 .btn{
    background: black;
    padding: 15px 20px;
    color: white;
    border: none;
    font-family: inherit;
    cursor: pointer;

 }

 .btn:hover{
    opacity: 0.9;
 }
