body{
background-color: rgb(0, 30, 50);
color: rgb(140, 180, 240);
font-family: Arial, Helvetica, sans-serif;
font-size: 22px;
text-align: center;
}
div {
margin-left: 15%;
margin-right: 15%;
}
select {
font-size: 22px;
font-weight: bold;
background-color: rgb(140, 180, 240);
color: rgb(0, 30, 50);
}
option {
font-weight: normal;
}
input {
font-size: 22px;
text-align: center;
color: rgb(0, 30, 50);
background-color: rgb(255, 255, 255);
width: 100%;
}
a {
text-decoration: underline;
color: rgb(180, 255, 255);
word-break: break-all;
}
table {
margin-top: 10%;
margin-left: auto;
margin-right: auto;
border: none;
border-collapse: collapse;
}
#guide {
font-size: 32px;
font-weight: bold;
font-style: italic;
}
#charcount {
font-weight: bold;
}
#linktag {
font-weight: bold;
}
#displaymsg {
text-align: center;
font-weight: bold;
font-size: 60px;
padding: 40px;
}
#poweredby {
margin-top: 10%;
}