* {
    box-sizing: border-box;
}

/* roboto-condensed-200 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/roboto-condensed-v27-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* roboto-condensed-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v27-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* roboto-condensed-800 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/roboto-condensed-v27-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

body.screentime-midnight {
    /* background-image: url(../images/bg.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 100vh;
    font-family: 'Roboto Condensed';
    font-weight: 200;
    overflow: hidden;
    /* background-image: radial-gradient(circle farthest-corner at 10% 20%, rgba(100, 45, 115, 1) 0%, rgba(4, 0, 4, 1) 90%); */
    background-image: radial-gradient(circle farthest-corner at 10% 20%, #1c768a 0%, rgba(4, 0, 4, 1) 90%);
}

.section {
    width: 100%;
    height: auto;
}

.container {
    max-width: 360px;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1.5rem;
}

a {
    text-decoration: none;
    display: block;
}

img {
    width: 100%;
    display: block;
    height: auto;
}

.cover {
    max-width: 480px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.4);
    margin-top: 1.5rem;
}

@media (max-width: 400px) {
    .cover {
        max-width: 200px;
    }
}

.buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 600px;
    padding: 1.5rem;
}

.buttons .button {
    border-radius: 5px;
    background-color: rgba(255,255,255,0.1);
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    color: #fff;
    padding: 0.5rem;
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    text-align: center;
    font-family: 'Roboto Condensed';
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 0.25rem;
}

.buttons .button:hover {
    background-color: rgba(255,255,255,0.2);
    box-shadow: 0 10px 25px rgba(0,0,0,0.7);
}

.buttons .button.rss {
    background-image: linear-gradient(#fa9b39 0%, #da5f2a 100%);

}

.buttons .button:last-child {
    margin-bottom: 0;
}

.h1, .h2 {
    color: #fff;
    font-size: 1rem;
    text-align: center;
}

.h1 {
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 1rem;
}

.h2 {
    font-weight: 200;
    margin-top: 0;
    margin-bottom: 0;
    opacity: 0.6;
}

.socials {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
}

.socials .sociallink {
    display: block;
    opacity: 0.6;
}

.socials .sociallink:hover {
    opacity: 1;
}


/* 
.card-container {
    position: relative;
       -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: perspective(800px);
    transform: perspective(800px);
}


.card {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    margin-top: -250px;
    margin-left: -160px;
    width: 320px;
    height: 500px;
    border-radius: 5px;
    box-shadow: 0 45px 100px rgba(0, 0, 0, 0.4);
  }
  .light {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    background: -webkit-linear-gradient(315deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 60%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 60%);
  }
  div[class^="layer-"] {
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
  .layer-1 {background-image: url(../images/cover-layer-01.jpg);}
  .layer-2 {background-image: url(../images/cover-layer-02.png);}
  .layer-3 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../images/cover-layer-02.png);
  }
  .layer-4 {background-image: url(../images/cover-layer-03.png);}
  .layer-5 {background-image: url(../images/cover-layer-04.png);} */