@font-face {
  font-family: 'Jersey';
  src: url('assets/font/Jersey10-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
    max-width: none;
    padding: 20px;
    text-align: center;
    background-color: #E6EEC9;
    color: #7DA78C;
    font-family: Jersey;
    font-size: 1.5rem;
}

footer {
    font-style: italic;
    font-size: 1.3rem;
}

a {
    color: #35858E;
    text-decoration: none;
    transition: color 0.2s ease-in-out, font-size 0.2s ease-in-out;
}
a:hover {
    color: #4CA6B1;
    text-decoration: underline;
    font-size: 1.1em;
}

button {
    color: #E6EEC9;
    border-radius: 25px;
    background-color: #35858E;
    transition: all 0.2s ease-in-out;
    padding: 10px 20px;
    border: none;
}
button:hover {
    background-color: #4CA6B1;
    transform: scale(1.1);
    cursor: pointer;
}

.links svg {
    width: 150px;
    height: 50px;
}

.links a {
    display: inline-block;
    transition: all 0.2s ease-in-out;
}

.links a:hover {
    transform: scale(1.3);
}

.photos img {
    width: 200px;
    height: auto;
    border: #35858E solid 3px;
    transition: all 0.2s ease-in-out;
}

.photos img:hover {
    transform: scale(1.1);
}

.blog {
    width: auto;
    height: 200px;
    background-color: #35858E;
    padding: 2.5px;
    border: none;
    border-radius: 25px;
    text-decoration: none;

}

.blog h2 {
    color: #E6EEC9;
    margin-bottom: 0;
}

.blog small {
    display: block;
    margin-top: 0;
}

.blog a {
    color: #E6EEC9;
    text-decoration: none;
    transition: color 0.2s ease-in-out, font-size 0.2s ease-in-out;
}
.blog a:hover {
    text-decoration: underline;
    font-size: 1.7rem;
}

#mybutton img {
    transition: all 0.2s ease-in-out;
    height: 31px;
    width: 88px;
}

#mybutton img:hover {
    transform: scale(1.5);
}
#hackclub {
    color: #ec3750;
}


/* All Github  footer stuff is AI assisted*/

.commit-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.commit-icon svg {
    width: 0.9em;
    height: 0.9em;
    display: block;
}

pagering-link {
    display: block;
    width: fit-content;
    margin: 20px auto;
}