You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
591 B

body {
background-color: #36454F;
color: white;
margin: 0;
font-family: Arial, sans-serif;
}
.title {
font-size: 4em;
font-style: bold;
text-align: center;
margin-top: 2%;
}
.subtitle {
font-size: 2em;
text-align: center;
margin-top: 1%;
}
.text {
font-size: 1em;
text-align: center;
margin-top: 1%;
}
.link {
text-decoration: none;
text-align: center;
font-size: 1em;
display: block;
margin: 20px auto;
color: white;
}
img {
width:100px;
height:100px;
display: block;
margin: 20px auto;
}