* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Outfit", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    /* border: greenyellow solid 2px; */
}

.mobile_view {
    display: none;
}

.outfit-website {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.logo {
    width: 99.5%;
    height: auto;
    margin: 4%;
    padding-top: 5%;
}

a {text-decoration: none; color: black; }


.sidebar {
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    width: 20%;
    

}

.social_media {
  display: flex !important;
  position: absolute;
  left: 11%;
  top: 59%;
  width: 100%;

}

.fa-brands:hover{
    color: #3320ff !important;

}

.copyright {
    position: fixed;
    bottom: 0;
    padding: 1%;
    color: rgb(167, 167, 167);
    
}

.sidebar ul li a {
    color: grey;
    position: absolute;
    left: 10%;
    width: 60%;
    font-size: 15px;
    margin: 10px;
    
}

.sidebar li {
    margin-top: 10px;
}

ul.no-bullets {
  list-style-type: none;
}

.illustration:hover{
    color: black;
}

.comic:hover{
    color: black;
}

.background:hover{
    color: black;
}

.character:hover{
    color: black;
}

.about:hover{
    color: black;
}



/* IMAGES CONTAINER STARTS NOW */

.comic-container {
    position: relative;
    left: 22%;
    top: 20%;
    max-width: 75%;
    margin: 2%;
    align-content: center;
    justify-content: center;
}

.comic-stuff {
    left: 5%;
    width: 100%;
    position: relative;
    align-content: center;
    justify-content: center;
    display: flex;
}

.comic-image {
    width: 150%;
    position: relative;
}

.dear-repose {
    position: relative;
    width: 100%;
}

p {
    margin: 5%;
    padding-top: 10%;
    position: relative;
    width: 70%;

}

.title {
    font-size: 20px;
}

.about-comic {
    padding-top: 2% !important;
    text-transform: none !important;
}

.about-author {
    padding-top: 5%;
    text-transform: none !important;
}

.preorder {
    padding-top: 10%;
    text-transform: none !important;
    color: #3320ff 
}


