body{

margin:0;

font-family:Tahoma;

background:#ffeef5;

background-image:url("images/bg.jpg");

background-size:cover;

}

header{

background:#ff8fc4;

padding:20px;

text-align:center;

box-shadow:0 3px 10px gray;

}

h1{

color:white;

}

nav{

margin-top:15px;

}

nav a{

text-decoration:none;

color:white;

background:#ff69b4;

padding:10px 18px;

border-radius:20px;

margin:5px;

display:inline-block;

transition:.3s;

}

nav a:hover{

background:white;

color:#ff69b4;

}

.card{

width:70%;

margin:40px auto;

background:white;

padding:30px;

border-radius:25px;

box-shadow:0 5px 15px rgba(0,0,0,.2);

text-align:center;

}

.profile{

width:220px;

height:220px;

border-radius:50%;

border:8px solid pink;

object-fit:cover;

}

h2{

color:#ff4fa2;

}

p,li{

font-size:20px;

line-height:35px;

}

ul{

list-style:none;

padding:0;

}

footer{

text-align:center;

padding:20px;

color:#ff4fa2;

font-weight:bold;

}