/* Styles for writecodebike */

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  width: 100vw;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  font-size: 12pt;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.wcb-section {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

.btn-404 {
  font-family: sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
}

#write {
  background-color: #6600cc;
}

#code {
  background-color: #ff6600;
}

#bike {
  background-color: #ffcc00;
}

#not-found {
  background-color: #00d9ff;
}

h1 {
  color: white;
  text-align: center;
  font-family: sans-serif;
  font-size: 6rem;
}

h2 {
  color: white;
  text-align: center;
  font-family: sans-serif;
  font-size: 5rem;
}

p {
  color: white;
  text-align: center;
  font-family: sans-serif;
  font-size: 1.9rem;
  line-height: 2rem;
}

button {
  background-color: #ffffff;
  margin: 50px;
  padding: 30px;
  border-style: solid;
  border-width: 0;
  border-radius: 30px;
  width: 200px;
  align-self: center;
}
