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

.desktop_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;
}

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

.top_bar { 
    float: none !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: auto !important;
    
    display: flex;
    right: 2%;
    overflow: hidden;
}

.small_logo {
    margin-top: 4%;
    width: 100%;
    height: auto;
}

.mobile_logo {
    top: 0%;
    width: 120%;
    height: auto;
}

.menu_open_button {
    margin-top: 6%;
    margin-left: 33%;
    margin-right: 2%;
}

.menu_open .fa-solid {
    position: relative;
    color: rgb(51,32, 255) !important;
}

/* comic content */

.comic-container {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}

.comic-stuff {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.comic-image {
    width: 100%;
    max-width: 500px;
    position: relative;
    padding: 5% 5% 0 5%;
    display: flex;
    justify-content: center;
}

.dear-repose {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.comic-title {
    padding: 5%;
    width: 100%;
    max-width: 500px;
}

p {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    font-weight: 400;
    text-transform: none !important;
    line-height: 1.6;
    font-size: 14px;
}

.title {
    font-size: 24px;
    padding-bottom: 4%;
    text-transform: uppercase !important;
    font-weight: 600;
    line-height: 1.3;
}

.about-comic {
    padding-top: 4%;
    padding-bottom: 4%;
}

.about-author {
    padding-top: 4%;
    padding-bottom: 4%;
}

.preorder {
    padding-top: 6%;
    color: #3320ff;
    font-weight: 500;
}

.copyright {
    position: relative;
    padding: 5%;
    color: rgb(167, 167, 167);
    text-align: center;
    font-size: 12px;
}
