36 lines
517 B
CSS
36 lines
517 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);
|
|
display: flex;
|
|
text-decoration: none;
|
|
}
|
|
|
|
h4 {
|
|
color: rgb(175 175 175);
|
|
} |