* {
    padding: 0;
    margin: 0;
    color: white;
}

body {
    background-color: #000000;
}

.information-picture {
    position: fixed;
    margin-left: 14%;
    margin-top: 0.5%;
    z-index: 100;
    width: 15%;
    height: 25%;
}

#meikaMandoliini {
    height: 125%;
    border: 1px solid white;
}

.information-container {
    position: absolute;
    margin-top: 2%;
    background-color: rgba(29,30,32,255, 0);
    height: 90%;
    width: 100%;
}

.red {
    background-color: rgb(238, 87, 87);
}

.information-parent {
    display: inline-block;
    width: 100%;
    height: %;  
}

.information-parent div {
    margin-left: 50%;
    transform: translate(-50%);
    width: 66%;
}

.information-header {
    background-color: rgba(29,30,32,255, 0);
    font-family: "Roboto", sans-serif;
    width: 100%;
    font-size: 45px;
}

.information-header p {
    color: rgb(238, 87, 87);
    display: inline;
    background-color: rgba(29,30,32,255, 0);
}

.parents-container {
    text-align: left;
    background-color: rgba(29,30,32, 0);
    width: 100%;
    height: 100%;
}


.technologiesTable {
    margin-left: 50%;
    transform: translate(-50%);
    width: 66%;
    font-family: "Roboto", sans-serif;
    padding-bottom: 30px;
}

.table-header{
    background-color: rgba(29,30,32,255, 0);
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 45px;
    text-align: center;
}

td {
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-weight: 100;
    font-size: 20px; 
    word-wrap: break-word;
}

.infomation-main{
    background-color: rgba(29,30,32,255);
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-size: 20px;
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
}

.information-main p {
    margin-top: 10px;
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-size: 25px; 
}

.information-main ul {
    list-style: none;
    margin-bottom: 20px;
}

.information-main li {
    margin-top: 15px;
    list-style: none;
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-size: 25px; 
    word-wrap: break-word;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    color: white;
}

.third-column {
    margin: 0 !important;
    text-align: center !important;
    display: inline !important;
    width: 25% !important;
}

.third-column li {
    margin: 0;
    width: 33%;
}

.half-column {
    text-align: center;
    display: inline-block;
    width: 48%;
}

.half-column p {
    color: white;
}

.white-text p{
    color: white;
}

#technologiesDiv {
    width: 100%;
}

#technologiesDiv div {
    margin-left: 10% !important;
}
