body{
    padding: 0;
    margin: 0;
    background-color: #04183d;
    width: 100vw;
    height: 100vh;
}

.wrapper-container{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;;
}


.container-images{
    display: flex;
    flex-direction: column;
    align-items: center;
} 

.container-top{
    margin-bottom: 75px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container-top img{
    max-width: 400px;
    width: 75vw;
}

.container-bottom a{
    margin: 0 40px;
}
.container-bottom img{
    max-width: 200px;
    width: 75vw;
}

#comlink-img{
    max-width: 350px;
    width: 75vw !important;
    height: 55px !important;
}

.container-text{
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 25px;
    font-family: 'Roboto', sans-serif;
    color: white;
}

.container-text h1 {
    letter-spacing: 5px;
    font-size: 24px;
    font-weight: 400;
}