2025-04-07 05:30:42 -04:00

38 lines
535 B
CSS

.center {
text-align: center;
}
.main {
font-size: x-large;
color: rgb(224, 193, 155);
}
.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%;
color: rgb(224, 193, 155);
}
.spacer{
padding: 2.5%;
}
.smallImage{
width: 20px;
height: auto;
}