body{
    margin: 0;
    padding: 0;
    background-image: url("./background.jpg");
    background-size: cover;
}
.container{
    position: absolute;
    top: 200px;
    left: 200px;
    width: 800px;
    border-radius: 10px;
    /* border: 2px solid #000; */
    display: flex;
    background-color: #af3;
    /* -moz-opacity:0.5; */
    opacity: 0.8; 
    /* filter:alpha(opacity=50); */
}
.photo{
    width: 20%;
    /* border: 2px solid #faa; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.aboutme{
    width: 35%;
    border-left: 2px solid #afa;
    border-right: 2px solid #afa;
    padding-left: 4px;
    padding-top: 5px;
    display: flex;
    justify-content: center;
    justify-items: center;
    flex-flow: column;
}
.abouth3{
    margin:0; 
    padding: 0;
    text-align: center;
    color: #00f;
}
.abouth6{
    margin:0; 
    padding: 0;
    text-align: center;
    color: #00f;
    font-size: 15px;
}
.contacts{
    width: 45%;
    /* border: 2px solid #aaf; */
    padding-left: 5px;
    padding-top: 5px;
    color: #f35;
}
.profile{
    width: 100px;
    height: 100px;
    border: 4px solid #faa;
    border-radius: 50%;
}
.profile:hover{
    transform: scale(1.1);
    border: 4px solid #0f0;
}
.contactField{
    font-size: 15px;
    color: #00f;
    text-decoration: none
}