@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap');

* {
  font-weight: bold;
}

body {
  background: #B0DBF1;
  font-family: Raleway, Arial, Helvetica, sans-serif;

}

a {
  color: black;
  text-decoration: none;
}
a:hover {
  color: white;
  background: black;
}

img {
  margin-bottom: -2px;
  width: 16px;
  height: auto;
}

label,
select,
button,
.btn,
input[type="submit"],
input[type="radio"],
input[type="checkbox"] input[type="button"] {
  cursor: pointer;
}

input:focus,
textarea:focus {
  outline: none;
}

fieldset {
  border: 0;
}

h1 {
    color: #202A44;
    font-size: 2.5em;
    font-weight: 700;
    text-align:center;
}
h2,p{
  text-align:center;
  font-family: Raleway, Arial, Helvetica, sans-serif;


}
form {
  border: 0;
  background: #fff;
  border-radius: 6px;
  padding: 0px;
  min-width: 270px;
  max-width: 600px;
  width: 45%;
  margin: 50px auto;
  overflow: hidden;
}

textarea {
  resize: vertical;
  width: 94%;
  background: #f5f5f5;
  border: 0;
  padding: 3%;
  border-radius: 6px;
  margin: 0 auto!important;
  border: 1px solid #eee;
  font-family: monospace;
}

.btn {
  position: relative;
  width: 40%;
  min-width: 150px;
  padding: 10px;
  margin: 4px;
  border-radius: 6px;
  border: 0;
  background: #202A44;
  font-size: 1.2em;
  color: #fff;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
  box-shadow: 0px 3px 0px #B0DBF1;
  font-family: Raleway, Arial, Helvetica, sans-serif;

}

.btn:active {
  top: 3px;
  box-shadow: none;
}

li {
  margin: 2px;
}

img{
  width:16px;
  height:auto;
  margin-bottom:-2px;
}

footer {
  margin:0 auto;  
  font-size:15px;
  text-align:center;
}
footer span{
  color:red;font-size:20px;
}

.container {
  font: 14px/21px "Open Sans", Arial, sans-serif;
  color: #666;
  background-color: white;
  padding: 20px;
  margin: 40px auto;
  border-radius: 5px;
  min-width: 270px;
  max-width: 600px;
  width: 45%;
}

p {
  margin-bottom: 10px;
}


.hide {
  display: none;
}

dt {
  font-size: 19px;
  color: #202A44;
  margin-bottom: 20px;
  margin-left: 26px;
  cursor: pointer;
  font-family: Raleway, Arial, Helvetica, sans-serif;

}

/* Triangle list item */
dt:before {
  content: "";
  border-color: transparent #ccc;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  display: block;
  height: 0;
  width: 0;
  left: -16px;
  top: 17px;
  position: relative;
}

dd {
  padding: 20px;
  background: #FDFCFA;
  border-radius: 5px;
  border: 1px solid #F2EEE6;
  margin: 20px 0 30px;
  position: relative;
}

/* Triangle in definition container */
dd:after, dd:before {
  bottom: 100%;
  left: 6%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

dd:after {
  border-color: rgba(136, 183, 213, 0);
  border-color: transparent;
  border-bottom-color: #FDFCFA;
  border-width: 15px;
  margin-left: -15px;
}

dd:before {
  border-color: rgba(194, 225, 245, 0);
  border-color: transparent;
  border-bottom-color: #F2EEE6;
  border-width: 17px;
  margin-left: -17px;
}

.article {
  padding:5% 26% 1%;
}


a {
  color:blue;
}