* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    padding: 1rem;
    font-family: 'Times New Roman', Times, serif;
}

.alt {
    height: 90vh;
}

.alt_title {
    font-weight: bold;
    margin-bottom: 16px;
    text-decoration: underline;
}

.alt_list {
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.alt_list_item {
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.alt_deco-folder {
    font-size: 4rem;
}

.alt_credit {
    display: flex;
    column-gap: 8px;
}