
@import url('https://fonts.googleapis.com/css2?family=Roboto');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');


.firstbody {
  text-align: center;
  background: #262626;
  color: white;
}

.lineheight {
  line-height: 1.45;
}

.homestuckfont1 {
  font-family:'Courier New', Courier, monospace;
  font-weight: bold;
}

.arial {
  font-family: Arial, Helvetica, sans-serif;
}

.dontcenter {
  text-align: left;
}

.verdana {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.sanshehe {
  font-family: 'Comic Sans MS', 'Comic Sans', cursive;
}

.pageContent {
  background: #393939; 
  width: 650px; 
  display: flex; 
  flex-flow: column; 
  margin:auto;
}

.imghomed {
  width: 650px;
}

.littlefuckingmargin {
  margin: 30px;
}

.linkcolorfix {
  color: #5599FF;
}

.stupidfuckingmarginfix {
  margin-left: 30px;
  margin-bottom: 30px;
}

.biglikehomestuckgotothenextonetext {
  font-size: x-large;
}

.marginautointhishouse {
  margin:auto
}

.prettypleasecenter {
  text-align: center;
}

.dontcentertheotherway {
  text-align: right;
}

.whitebackgorund {
  background: #ffffff;
}

.awesomebackground {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  background: linear-gradient(315deg, rgba(101,0,94,1) 3%, rgba(60,132,206,1) 38%, rgb(112, 233, 132) 68%, rgba(255,25,25,1) 98%);
  animation: gradient 15s ease infinite;
  background-size: 400% 400%;
  background-attachment: fixed;
}

@keyframes gradient {
  0% {
      background-position: 0% 0%;
  }
  50% {
      background-position: 100% 100%;
  }
  100% {
      background-position: 0% 0%;
  }
}

.thebestpaddingevermade {
  padding:23px;
  display:flex;
  justify-content: center;
}

.center{
  display:flex;
  align-items:center;
  width:30%;
  height:20vh;
}
.glass {
  background-color: rgba(255, 255, 255, 0.418);
  border-radius: 2em;
}

.mainquestionmark {
  display: flex;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
  max-width: 100%;
  position: relative;
  background: #000000;
  color: #ffffff;
  border: solid 7px #ffffff;
  font-family: "DM Sans", sans-serif;
  font-weight: normal;
}

.carrdwebsitingpadding {
  padding-left: 32px;
  padding-top: 20px;
  padding-right: 32px;
  padding-bottom: 20px;
}

.socials {
  height: 40px;
  padding-right: 20px;
}

.flexrowED {
  display:flex;
  flex-direction: column;
}

ul {
  list-style-type: none
}