.compare-row{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.compare-table{
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    color: #F6AE2D;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 78px;
}

td{
    padding: 10px;
}

table {
    text-shadow:1px 1px 10px #a2a2a27c, 1px 1px 10px #8080806f;
    border-radius: 2px;
    border: 3px solid #af8228a9;
}

th{
    color: #F1F7ED;
    font-weight: 500px;
    padding: 10px;
}

#bmw-z4{
    padding-left: 40px;
}

.my-pictures{
    justify-content: center;
    display: flex;
    transition-delay: 2s;
    width: auto;
    height: 170px;
    transition: 5s linear;
    filter: hue-rotate(0deg) brightness(60%);
}

.my-pictures:hover{
    justify-content: center;
    display: flex;
    transition-delay: 1s;
    width: auto;
    height: 170px;
    transition: 8s linear;
    filter: hue-rotate(360deg) brightness(100%);
}


#buttons{
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    margin-left: 700px;
    margin-right: 700px;
    justify-content: space-between;
    display: flex;
    text-align: center;
    font-size: 25px;
    color: #F1F7ED;
    font-style: normal;
    text-decoration: none;
    text-shadow:1px 1px 10px #a2a2a27c, 1px 1px 10px #8080806f;
    padding-bottom: 30px;
}

.hvr-shrink {
    justify-content: space-around;
    display: flex;
    flex-flow: row wrap;
    padding-bottom: 20px;
    text-align: center;
    font-size: 25px;
    color: #F1F7ED;
    font-style: normal;
    text-decoration: none;
    text-shadow:1px 1px 10px #a2a2a27c, 1px 1px 10px #8080806f;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
  }
  .hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }



  body {
    background: rgb(59, 6, 2);

background: linear-gradient(90deg, hsla(5, 96%, 19%, 1) 0%, hsla(30, 13%, 6%, 1) 100%);

background: -moz-linear-gradient(90deg, rgb(51, 6, 2) 0%, hsla(30, 13%, 6%, 1) 100%);

background: -webkit-linear-gradient(90deg, rgb(63, 7, 2) 0%, hsla(30, 13%, 6%, 1) 100%);

filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#5F0A02", endColorstr="#110F0D", GradientType=1 );
}


.my-title{
    transition: 1s linear;
    margin-top: -5px;
    font-size: 68px;
    color: #F1F7ED;
    text-align: center;
    text-shadow:1px 1px 10px #a2a2a27c, 1px 1px 10px #8080806f;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

a{
    text-decoration: none !important;
    color: #a9aca8c3;
    transition: 0.5s;
}

a:link { 
    text-decoration: none; 
  } 
  a:visited { 
    text-decoration: none; 
  } 
  a:hover { 
    text-decoration: none; 
    color: #eeeeee;
    transition: 0.5s;
  } 
  a:active { 
    text-decoration: none; 
  }

