body {
background-color: #5e7594;
color: #c9c9c9;
font-family: Arial, Helvetica, sans-serif;
}
#title {
font-size: 48px;
color: #c9c9c9;
font-weight: bold;
margin-bottom: 20px;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
padding-top: 3%;
}
#chat {
font-size: 16px;
color: #e9c8c8;
margin-bottom: 20px;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
padding-top: 13%;
}
#sub {
font-size: 20px;
color: #c1ce4b;
margin-bottom: 2px;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
}
#intro {
padding-top: 20%;
text-align: center;
}
.text-center {
text-align: center;
}
#footer {
background-color: #1a1a1a;
height: 300px;
padding-left: 0px;
padding-bottom: 0px;
box-sizing: border-box;
}
#gs {
cursor: pointer;
background-color: #fc8585;
border: none;
color: rgb(248, 244, 244);
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
border-radius: 3px;
}