@charset "UTF-8";

h1 {
  color: #fff;
  padding: 0.5em;
  display: inline-block;
  line-height: 1.3;
  background: #e55a9b;
  vertical-align: middle;
  border-radius: 25px 0px 0px 25px;
}

h1:before {
  content: '●';
  color: white;
  margin-right: 8px;
  width: 80px;
  height: 80px;
}

th{
  border: solid 1px;
  height: 100px;
  width: 400px;
}

td{
  font-weight: bold;
  text-align: center;
  border: solid 1px;
  height: 100px;
  width: 100px;
}


button.pinkhomebutton {
  border: solid;
  font-size: 40px;
  color: #fff;
  padding: 0.28em;
  display: inline-block;
  line-height: 1.3;
  background: #e55a9b;
  vertical-align: middle;
  border-radius: 0px 25px 25px 0px;
}

button.pinkhomebutton:hover {
  background-color: #f4b4cc;
  color: #fff;
}

#headerback {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #95ccff;
  border-radius: 8px;
}

.headertitle {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 20px;
  background: #FFF;
  color: #5e7fca;
  font-weight: bold;
}

.buttonline {
  border-bottom: solid 3px skyblue;
  position: relative;
  font-size: 30px;
  margin-bottom: 5px;
  margin-top: 15px;
}

.buttonline:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ffc778;
  bottom: -3px;
  width: 35%;
}

button.button1 {
  font-size: 20px;
  padding: 5px 20px;
  background-color: #5e7fca;
  color: #fff;
  border-radius: 5px;
  border-style:  solid;
}

button.button1:hover {
  background-color: #67ceff;
  color: #fff;
}

button.button2 {
  font-size: 20px;
  padding: 5px 20px;
  background-color: #ca5e5e;
  color: #fff;
  border-radius: 5px;
  border-style:  solid;
}

button.button2:hover {
  background-color: #ff6767;
  color: #fff;
}
