2025-04-07 06:46:36 -04:00

40 lines
567 B
CSS

.center {
text-align: center;
}
.main {
font-family: monospace;
font-weight: 500;
font-size: x-large;
color: rgba(230, 186, 142, 0.747);
}
.link:link {
color: bisque;
text-decoration: none;
}
.link:visited {
color: bisque;
text-decoration: none;
}
.link:hover {
color: rgba(255, 228, 196, 0.564);
}
.link:active {
color: bisque;
}
body {
background-color: rgb(22, 9, 38);
}
.footer{
font-size: small;
padding-top: 10%;
}
.spacer{
padding: 2.5%;
}
.smallImage{
width: 20px;
height: auto;
}