body, html {
    height: 100%;
    box-sizing: border-box;
}
 
*, *:before, *:after {
  box-sizing: inherit;
}

@font-face {
  font-family: 'BUBBLEGUMS';
  src: url(https://mortdraws.neocities.org/fontfolder/BUBBLEGUMS.TTF) format("truetype") ;
}

body {
  margin: 0 auto;
  background-color: #425757;
  color: black;
  font-family: Verdana;
  width: 100%;
}

header {
  width:100%;
}

.other{
  background-color: #16b4cf;
  padding: 10px 25px;
}

h1 .nav {
  width:33%;
}

.nav a{
  color: #ff81a9;
  font-weight:bold; 
  background-color:#425757;
  padding: 10px;
  border-radius: 5px 5px 0px 0px;
}

.nav a:hover {
  color: white;
}

.nav2 a{
  color: #ff81a9;
  font-weight:bold; 
  background-color:#baeef7;
  padding: 10px;
  border-radius: 5px 5px 0px 0px;
}

.nav2 a:hover {
  color: white;
}

h1{
  font-family: 'BUBBLEGUMS';
  color: white;
}

.about {
  background-color:#baeef7;
}

.intro {
  padding: 100px;
  width:100%;
  background-color:#99004d;
}

.tabout{
  width:100%;
}

.block_a {
  color:white;
  text-align: center;
  margin: 0 20px;
}

.profile {
  display: inline-block;
  margin: 25px 25px 25px 0px;
  border-radius: 10px;
  width: 500px;
  height: 500px;
  position:relative;
}

.block_b{
  Width: 100%;
  background-color: #ff81a9;
  padding: 25px;
}

.block_b h2{
  padding: 30px 0px 10px 100px;
}

.block_b p{
  padding: 0px 100px 30px 100px;
}





