* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial;
  background-color: #ff8d00;
}

h1 {

  font: 2000 42px Arial;
  -webkit-text-fill-color: black;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color:white;
}


h2 {

  font: 800 22px Arial;
  -webkit-text-fill-color: black;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color:white;
}


h3 {
  font: 800 22px Arial;
  -webkit-text-fill-color: black;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color:line;
}


.txt1 {
  background-color: none;
  border: none;
  color: black;
  text-align: center;
  font-size: 56px;
  margin: auto;
}


.txt2 {
  background-color: grey;
  font-weight:bold;
  font-size: 38px;
  color: black;
  border: none;
  border-radius: 10px;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  margin: auto;
  cursor: help;
}

.txt3 {
font-weight:bold;
font-size: 36px;
color: darkblue;
}

.box01 {
  border: 1px solid;
  background-color: orange;
  font-size: 36px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 10px;
  color: black;
  text-align: center;
  white-space: nowrap;
}

.box02 {
  border: 1px solid;
  background-color: orange;
  font-size: 36px;
  display: inline-block;
  padding: 8px 22px;
  border-radius: 10px;
  color: black;
  text-align: center;
  white-space: nowrap;
}


.content {
  display: inline;
  position: relative;
  bottom: 0;
  background: rgba(0, 0, 0, 0.0);
  color: #000000;
  width: 100%;
  padding: 0px;
}

.button {
  background-color: #4CAF50;
  border: none;
  border-radius: 10px;
  color: white;
  padding: 10px 100px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 28px;
  margin: 4px 2px;
  cursor: pointer;
}

.button:hover {
  background: #008168;
}

.button:active {
  background: #006e58;
}

.button__icon {
  display: inline-flex;
  align-items: center;
  padding: 0 24px;
  color: #fff;
  height: 100%;
}

.button__icon {
  font-size: 1.5em;
  background: rgba(0, 0, 0, 0.08);
}

.button1 {
  background-color: black;
  border: 8px;
  border-radius: 10px;
  color: white;
  padding: 15px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 32px;
  margin: 4px 2px;
  cursor: disabled;
  white-space: nowrap;

}

.button2 {
  background-color: Green;
  border: auto;
  border-radius: 10px;
  color: white;
  width: 40%;
  padding: 12px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 50px;
  margin: 4px 8px;
  cursor: pointer;
}

#text1 {
  display: inline;
  font-size: 3em;
  font-weight: bold;
  margin: 0;
  -webkit-text-fill-color: black;
  -webkit-text-stroke: 1px red;
}

#text2 {
  display: inline;
  font: 44px Arial;
  font-weight: bold;
  margin: 0;
  -webkit-text-stroke: 1px lime;
}

#text3 {
  display: inline;
  font: 332px Arial;
  font-weight: bold;
  margin: 0;
  -webkit-text-stroke: 1px lime;
  
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}

#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#update1 {
  display: inline;
  font: 24px Arial;
  font-weight: bold;
  -webkit-text-fill-color: black;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color:white;
}