head{
    color: rgb(88, 80, 81);
}
.Top {
    padding: 20px; 
    background: #fff; 
    -webkit-box-shadow: 0 0 50px #d2b48c inset, 5px 5px 0 #cecece; 
    -moz-box-shadow: 0 0 50px #9e835f inset, 5px 5px 0 #cecece; 
    font-size: 100%;
    border-radius:0px 0px 20px 20px;
    box-shadow: 0 0 50px #635038 inset, 0.2em 0.2em .4em #cecece;
}
.Image {
    position:absolute;
	top: 180px;
	right:20px;
    margin-top: 20pm;
    object-fit: cover;
    width: 230px; 
    height: 215px;
    padding: 15px;
    margin: 2em auto;
    background: #e9e0de;
    color: #000;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.03);
    box-shadow: 0.4em 0.4em 0.4em rgb(223, 202, 206);
    transform: rotate(2deg); 
    word-break: break-all; 
    border-radius: 20%;
}
.subtitle{
    font-family: 'Sacramento', cursive;
    border: #635038 solid 1px; 
    border-left: #635038 solid 10px; 
    padding: 15px; 
    background: #fff; 
    font-size: 200%; 
    margin-top: 1em; 
    margin-left: 0.5em;
    box-shadow:  -0.3em 0 .4em rgb(195, 195, 180);
}
.boxImage {
    width: 50%;
    height: 35px;
    margin: -25px auto 0;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 5px rgba(0,0,0,0.2); 
    transform: rotate(-3deg);
    opacity: 0.9;
    border-left: 2.5px dotted rgba(0, 0, 0, 0.2);
	border-right: 2.5px dotted rgba(0, 0, 0, 0.2);
}
body{
    background-image: url(image/background.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;  
    background-size: cover;
} 
body::before{
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.88);
    z-index: -1;
}
p{
    font-size: 110%;
    margin-bottom: 3em;
}
.Age{
    background-color: rgba(249, 240, 255,0);
}
.univ{
    font-family: 'Amatic SC', sans-serif; 
    font-size: 2pc;
    background-color: #ffedf0;
    box-shadow:  2px 5px 5px #a9a9a9;
}
.AboutMe{
    margin-left: 4em; 
    margin-right: 4em;
}
.footer1 {
    padding: 20px;
    background: #fff;

    box-shadow: 0 0 50px #635038 inset;
    border-radius:20px 20px 0px 0px ;
    font-size: 100%;
    box-shadow: 0 0 50px #635038 inset, 0.2em 0.2em .4em #cecece;
}