@charset"utf-8";


body{
     background-color: #f5f5f5;
}

.profile-header{
		padding: 10px;
		margin-bottom: 10px;
		border: 5px double #333333;
		border-radius: 10px;
		color: #696969;
		background-color: #ffffff;
		margin-left: 120px;
		margin-right: 120px;
		margin-top: 60px;
		margin-bottom: 0px;
		padding-left: 10px;
		padding-top: 10px;
		padding-bottom: 30px
}

.profile > .profile-header > h1{
				font-family: Century;
				text-align: center;
}


.profile-body{
	      background-color: #ffffff;
     	      font-family: "Potta One", system-ui;
 	      font-weight: 400;
 	      font-style: normal;
	      padding: 10px;
	      display: flex;
	      justify-content: space-around;
	      flex-wrap: wrap
}

.me{
    margin: 20px;
    margin-right: 0px;
    width: 25%;
    text-align: center
}


.mee{
    margin: 20px;
    width: 25%;
    text-align: center
}

legend{
       text-align: left;
}

.back{
      text-align: center;
      font-family: "Potta One", system-ui;
      font-weight: 400;
      font-style: normal;
}





