body {
    font-family: 'Roboto', sans-serif;
    /* background-color: rgba(0, 168, 134, 0.165); */
    box-sizing: border-box;
    margin-top: 10px;
}

.systems{
    display: flex;
    justify-content: center;
}

a{
    text-decoration: none;
    color: #00004B;
    transition: .5s;
}

a:hover{
    transition: .5s;
    padding: 5px;
    background-color: rgba(0, 0, 75, 0.541);
    border-radius: 10px;
}

section{
    width: 100%;
}

h1{
    margin-bottom: 10px
}

.title {
    margin: 3% 0;

    display: flex;
    justify-content: center;
    text-align: center;
    color: #00004B;

    font-size: 1.2em;
    padding-bottom: 5px;
}

.files{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: rgba(0, 0, 75, 0.165);
    border-radius: 20px;
    height: 450px;
    width: 100%;
    padding: 10px 0px;
}

.version {
    color: #575A5D;
    text-align: center;

    padding-top: 2.4px;
}

.multi-file{
    display: flex;
    justify-content: center;
}

.multi-file > .file-info:last-child{
    margin-left: 30px;
}

.file-info{
    display: flex;
    justify-content: center;
    flex-direction: column;

    margin-bottom: 20px;

}

.file-image{
    height: 30px;
    background-image: url('../assets/direct-download.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    
    padding: 8px 0;
}