body {
width:100vw;
height:100vh;
margin:0;
padding:0;
background: url('https://trix-joyce.neocities.org/img/1127d8f34d5f9b2042ddff6ad8997fc2.jpg');
}

a {
color: black;
}

h1 {
color: black;
  font-family: arial;
}

h6 {
color: black;
  font-family: arial;
}
#main_card {
width:75vw;
height:100%;
background:#f7c8c8;
position: absolute;
border-radius:90px;
left:12.5vw;
top:70px;
text-align: center;
}

#avtar {
position: relative;
margin: auto;
background-image:url('https://trix-joyce.neocities.org/img/heytrix-profilepic.png');
width:175px;
height:175px;
top:25px;
border:6px solid #ff3152;
background-size:cover;
border-radius:50%;
}