*body
{
  width:1000px;
  height: auto;
  text-align: center;
}
.headline
{
  position: relative;

  width:300px;
  height: auto;

  font-family: "Poppins", sans-serif;


  left:750px;

  font-size: 35px;

}
.Title
{
  font-family: "Poppins", sans-serif;
  font-size: 40px;
}

#Section_One
{

  font-size: 20px;
  height: auto;
  text-align: center;
}
#Section_Two
{
  margin-top: 100px;
}
.color
{
  margin-top: 50px;
  margin-bottom: 50px;
}
.explanationPara
{
  font-size: 20px;
  position: relative;

  width:750px;
  height: auto;

  left: 500px;

  margin-top: 50px;
  margin-bottom: 50px;

}
#text1
{
  position: absolute;

  width: 400px;
  height: auto;

  right: 700px;
  background-color: white;

  border: 5px solid #ff0000;
}
#text2
{
  position: relative;

  width: 400px;
  height: auto;

  left: 500px;

  background-color: white;

  border: 5px solid #0033ff;
}
#TextWBackground1
{
  left: 50px;
  width: 600px;
  position: relative;
  margin-top: 100px;

  background-image: repeating-conic-gradient(#ffffff 0% 25%, #000000 0% 50%);
  background-position: 0 0, 32px 32px;
  background-size: 64px 64px;
  background-color: #000000;
}
#TextWBackground2
{
  top: 3050px;
  left: 1200px;
  width: 600px;
  position: absolute;

  background: linear-gradient(45deg,#0000 calc(25%/3), #b228b5 0 calc(50%/3), #0000 0 calc(250%/3), #b228b5 0 calc(275%/3), #0000 0),linear-gradient( 45deg,#b228b5 calc(25%/3), #0000 0 calc(50%/3), #b228b5 0 25%, #0000 0 75%, #b228b5 0 calc(250%/3), #0000 0 calc(275%/3), #b228b5 0), linear-gradient(-45deg,#0000 calc(25%/3), #b228b5 0 calc(50%/3), #0000 0 calc(250%/3), #b228b5 0 calc(275%/3), #0000 0),linear-gradient(-45deg,#b228b5 calc(25%/3), #0000 0 calc(50%/3), #b228b5 0 25%, #0000 0 75%, #b228b5 0 calc(250%/3), #0000 0 calc(275%/3), #b228b5 0) #ff0000;
  background-size: 64px 64px;
  background-position: 0 0, 32px  32px;

}
#TextWBorder
{

  border:black 20px dotted;

  border-radius: 20px 600px 200px 350px;

  position: relative;

  left: 50px;

  width: 750px;


  background-color: #8e9cff;

}
#TextWBorder2
{
  position: relative;

  left: 1100px;
  bottom: 200px;

  width: 700px;

  border: 20px dotted #FFF300;
  border-right-color: #2800ff;
  border-bottom-color: red;
  border-left-color: #ff02e5;

  background-color: #8e9cff;
}
#button
{
  position: relative;
  font-size: 25px;
  text-align: center;

  left: 800px
}


