html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background-color: #fef4f9;
  font-family: Arial, Helvetica, sans-serif
}

body {
  margin: 0;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

.mainbox2 {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.retardblock {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  border-color: 
}

.mainimage {
  outline-offset: .3px;
  border-radius: 0;
  outline: .8px #f1e8e8;
  width: 120px;
}

.squarething {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--white);
  border: 1px solid #E4E3E3;
  border-radius: 20px;
  width: 650px;
  margin-top: 100px;
}

.mirapfp {
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}

.social1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}

.bleh {
  width: 60px;
  height: 60px;
}

.mainbox {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pfp {
  background-image: url("");
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
}

.mirableh {
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}
    
    /*** Works on common browsers ***/
  ::selection {
      background-color: #ffffff00;
      color: pink;
  }
  
  /*** Mozilla based browsers ***/
  ::-moz-selection {
      background-color: #ffffff00;
      color: pink;
  }
