@import url('https://fonts.googleapis.com/css?family=Asap:400,500,700');

* {
    margin: 0;
    box-sizing: border-box;
}

body {
    background: #2b2d30;
}

.head {
}

.heading {
    background: #1e1f22;
    padding: 15px;
}

h1 {
    margin: 0 auto;
    text-align: center;
    color: black;
    border: 3px solid #2b2d30;
    border-radius: 50px;
    padding: 5px;
    width: 150px;
    background: white;
    font-family: Anon, sans-serif;
}

.homepage {
    margin: 0 auto;
    text-align: center;
    color: black;
    border: 3px;
    border-radius: 50px;
    padding: 5px;
    width: 500px;
    background: white;
    font-family: Anon, sans-serif;
}
.row {
    display: flex;
    justify-content: center;
}
.button {
    font-size: 25px;
    color: white;
    border-radius: 10px;
    background: #1e1f22;
    margin: 10px;
    width: fit-content;
    display: inline-block;
}
.years{
    background: none;
    color: white;
    width: fit-content;
}
h3 {
    text-align: center;
    color: indianred;
    padding: 15px;
    font-family: Anon, sans-serif;

}

p {
    color: white;
    font-family: Anon, sans-serif;
    text-align: center;
}

img {
    padding: 10px;
    width: 300px;

}

.left, .right {
      width: 50%;
      padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
   }
   .left {
      left: 0;
   }
   .right {
      right: 0;
   }

.images {
    display: flex;
    justify-content: center;
    align-items: center;
}

a:hover {
    cursor: pointer;
}