.alert {
    padding: 20px;
    background-color: #2196F3;
    color: white;
    margin-bottom: 15px;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}

div.std {
    width:800px;
    margin: auto;
}

h1 {
	color: #53a2b4;
	font-family: 'Trocchi', serif;
	font-size: 45px;
	font-weight: normal;
	line-height: 48px;
	margin: 0;
}
form {
	color: #bcb787;
}
p {
	color: #bcb787;
}

body {
	background-color: #202020;	
}

a {
  color: #c2b848;
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

h2 {
	color: #bcb787;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	margin: 0 0 24px;
}