
/* General body and background of the website to make it look cleaner */
body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    color: #333;
    line-height: 1.6;
    padding: 20px;
}

/* Second page has descriptions of the external links these used to make them look better and more organized */
.descriptions {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 20px;
}