.navbar-link {
  color: #E1E1E1 !important;
}

.navbar-link:after {
  border-color: #E1E1E1 !important;
}


.button.is-danger.is-outlined {
    background-color: rgb(28,28,28);
}

.button.is-danger.is-outlined:hover {
    color: #000;
}


.container.my-fluid-container {
  max-width: none !important;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .container.my-fluid-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}


.panel-tabs:not(:last-child) {
    border-bottom: 1px solid rgba(225, 225, 225, 0.12);
}

.panel-tabs a {
    border-bottom: 1px solid rgba(225, 225, 225, 0.12);
}

.panel-block:not(:last-child), .panel-tabs:not(:last-child) {
    border-bottom: 1px solid rgba(225, 225, 225, 0.12);
}



.frontImagesContainer{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 80vh;
  width: 80%;
  margin: auto;
  border: 1px solid white;
  justify-content: center;
}
.frontImage {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid lightgrey;
    margin: 1em auto;
    /*padding: 20px;*/
    background: palevioletred;
    /* width: 300px; */
    width: 20%;
    svg {
        width: 100%;
        background: #AAAAAA;
    }
}