a { text-decoration: none; }

body {
    margin: 0;
}

section {
    max-width: 800px;
}

#background {
    background: linear-gradient(45deg, #00294e, #5d0041);
    background-attachment: fixed;
}

#content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 15px;
}

#title {
    color: white;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 4.15em;
    text-align: center;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

#device-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.device-card {
    flex-grow: 0;
    padding-left: 50px;
    padding-right: 50px;
}

.device-image {
    width: 285px;
    height: auto;
    -webkit-filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.25));
}

.device-name {
    color: white;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    text-align: center;
    font-size: 2.3em;
}

#file-data-container {
    display: flex;
    flex-flow: column;
    margin: 30px;
    margin-top: 0;
}

.file-data {
    color: white;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 1.25em;
}

.paragraph-big {
    color: white;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    text-align: center;
    font-size: 1.75em;
}

.button {
    background: white;
    padding: 12px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 100px;
    margin: 8px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    color: black;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 18.5px;
    width: 160px;
    text-align: center;
}

#donation-buttons-container {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
