35 lines
475 B
CSS
35 lines
475 B
CSS
body {
|
|
background-color: rgb(045, 045, 045);
|
|
text-align: center;
|
|
font-family: 'JetBrains Mono', monospace;
|
|
}
|
|
|
|
.headertext {
|
|
color: white;
|
|
font-size: 50px;
|
|
}
|
|
|
|
.headerimage {
|
|
border-radius: 10%;
|
|
height: 150px;
|
|
border-color: white;
|
|
border-width: 4px;
|
|
}
|
|
|
|
.headerbutsmallertext {
|
|
color: white;
|
|
font-size: 25px;
|
|
}
|
|
|
|
p {
|
|
color: white;
|
|
font-size: 22px;
|
|
}
|
|
a {
|
|
color: rgb(155, 214, 255);
|
|
}
|
|
|
|
.homepagebutt{
|
|
text-align: left;
|
|
}
|