a {
    color: #fe6e27;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

body {
    background-color: #1d1813;
    color: #fefefe;
    font-family: inter, sans-serif;
    font-size: 18px;
    text-align: left;
    line-height: 25px !important;
}

.container {
    padding-top: 30px;
    padding-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}

img {
    width:600px;
    height:315px;
    border-radius: 10px;
    object-fit: cover;
    margin-bottom:15px !important;
}

#links {
    padding-top: 10px !important;
}

#title {
    font-family: 'roboto slab', serif !important;
    font-size:38px;
    font-weight:500;
    line-height:35px
}

@media (max-width: 1150px) {
    .container {
      max-width: 90%;
      margin-left: 5%;
      margin-right: 5%;
    }
}

@media (max-width: 700px) {
    img {
      width: 100%;
    }
}

