@import url("colours.css");

body{
    background-color: transparent;
    color: #fff;
    font-family: monospace;
    padding: 10px;
}

p{
    font-size: 0.9rem;
    margin: 0 0 15px 0;
}

a{
    color: var(--text-color);
}

a:not(:has(img)):hover {
    background-color: var(--text-color);
    color: #fff;
}

table {
    font-family: monospace;
    border-collapse: collapse;
    width: 100%;
    border-style: hidden;
    font-size: 0.9rem;
}

td, th {
    text-align: left;
    padding: 12px;
    border: 1px solid #dddddd;
}

tr:first-child th,
tr:first-child td {
    border-top: none;
}

tr:last-child td {
    border-bottom: none;
}

td:first-child,
th:first-child {
    border-left: none;
}

td:last-child,
th:last-child {
    border-right: none;
}

span{
    var(--text-color);
}

.lil-header{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../imgs/bg-header.png');
    border: 1px dashed #fff;
}

.heading{
    display: flex;
    justify-content: center;
    align-items: center;
}

.content{
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.row{
    display: flex;
    justify-content: center;
    gap: 20px;
}

.rotate-hover:hover {
    transform: robutton.pngtate(-5deg);
}



.hypertext:hover{

}
