@charset "UTF-8";

body { 
    max-width: 100%;
    height: auto;
    background-color: black;
    background-image: url("../img/bg/top/top_bg.png"); 
    background-size: 100% auto;
    background-repeat: no-repeat;
    font-family: sans-serif;
    margin: 0;
} 

header {
    font-size: 0.9rem;
    color: #fff;
    margin: 4vh 4vw 0;
}

.scroll-btn {
    max-width: 100%;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    
    font-size: 20px;
    padding: 12px 30px;
    border: 2px solid #fff;
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    margin: 450px 0px 0px  930px;
  }

.message {
    color: azure;
    text-align: center;
    margin: 690px 0;
}

.categories {
    margin: 381px auto 0;
    max-width: 1130px;
    height: 0 auto;
}

.categories p {
    color: #fff;
    text-align: center;
    font-size: 30px;
    margin-bottom: 80px;
}

.categories img {
    width: 100%;
    height: auto;
    border-radius: 30px;
}

.categories__grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  

.back-to-top {
    max-width: 120px;
    height: 0 auto;
}

.back-to-top img {
    margin: 250px auto 0 200px;
    width: 25%;
    height: auto;
}

footer {
    width: 100%;
    margin: 140px auto 15px;
    font-size: 13px;
    text-align: center;
    color: #DD8B27;
}

  