body {
    background-color: #4d4134;
    max-width: fit-content;
    margin-left: 10%;
}
.main {
    border-radius: 10px;
    padding: 20px;
}
.title {
    color: forestgreen;
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px;
    border-radius: 5px;
}
.modpack {
    padding: 10px;
    border-radius: 5px; 
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    border:dashed;
    border-color: antiquewhite;
    width: fit-content;
}
.modpacktext {
    padding: 10px 10px;
    color:antiquewhite;
}
.link {
    padding: 10px;
    text-decoration: underline;
    color:orange;
}
.link:hover {
    text-decoration: none;
}
.headerlink {
    text-decoration: none;
    color: forestgreen;
}
.headerlink:hover {
    text-decoration-line: underline;
    text-decoration-thickness: 3px;
    font-weight: bold;
}
.modpackimage {
    border-radius: 4px;
}