body {
	margin-top: 20px;
	margin-left: 50px;
	margin-right: 50px;
	font-family: Days One;
	font-size: 18px;
	text-align: center;
	background-color: #9FADCD;
	color: #10224A;
}

/* As hex codes - lightest to darkest - paletton.com*/

.color1 { color: #9FADCD } /*1 Main Font Color */
.color2 { color: #5B6E9A } /*2  */
.color3 { color: #2E4272 } /*3 Main Background color */
.color4 { color: #10224A } /*5  */
.color5 { color: #030C22 } /*6  */

a {
    text-decoration: none;
    color: initial;
}

a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    font-size: 18px;
    padding: 5px 5px;
    text-decoration: none;
    color: gray;
    line-height: 28px;
    display: inline-block;
    border: solid;
    border-radius: 5px;
    width: 90%;
}

a.button3 {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    font-size: 18px;
    padding: 5px 5px;
    text-decoration: none;
    color: gray;
    line-height: 28px;
    display: inline-block;
    border: solid;
    border-radius: 5px;
    width: 90%;
}

a.button2 {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    font-size: 18px;
    padding: 5px 5px;
    text-decoration: none;
    color: blue;
    line-height: 28px;
    display: inline-block;
    border: solid;
    border-radius: 5px;
    width: 90%;
}

a.button23 {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    font-size: 18px;
    padding: 5px 5px;
    text-decoration: none;
    color: blue;
    line-height: 28px;
    display: inline-block;
    border: solid;
    border-radius: 5px;
    width: 90%;
    border-color: red;
}

a.button4 {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    font-size: 18px;
    padding: 5px 5px;
    text-decoration: none;
    color: blue;
    line-height: 28px;
    display: inline-block;
    border: solid;
    border-radius: 5px;
    min-width: 150px;
}

#wrapper{
	margin: auto;
}

#block{
	display: inline-block;
}

#main{

}

#editor{
    text-align: left;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

h1 {
	font-family: Days One;
	font-size: 30px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 30px;
}

h2 {
	font-family: Days One;
	font-size: 25px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 20px;
}

h3 {
	font-family: Days One;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 15.4px;
}

p {
	font-family: Days One;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
}