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.
27 lines
376 B
27 lines
376 B
body {
|
|
background-color: #36454F;
|
|
color: white;
|
|
margin: 0;
|
|
font-family: Arial, sans-serif;
|
|
overflow: hidden;
|
|
}
|
|
|
|
img {
|
|
width:100px;
|
|
height:100px;
|
|
display: block;
|
|
margin: 20px auto;
|
|
}
|
|
|
|
.title {
|
|
font-size: 4em;
|
|
text-align: center;
|
|
margin-top: 10%;
|
|
}
|
|
|
|
.subtitle {
|
|
font-size: 2,5em;
|
|
text-align: center;
|
|
margin-top: 3%;
|
|
}
|