html {
    font-size: 20px;
    color: #333;
    font-family: Roboto;
    overflow-x: hidden;
}

body {
    font-style: normal;
    line-height: normal;
    margin: 0;
    width: 100vw;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}
p{
    margin-top:0;
    margin-bottom: 10px;
}
h1,h2 {
    margin-top: 0;
    margin-bottom: 10px;
}

.flex-row {
  display: flex;
}

.justify-btn {
  justify-content: space-between;
}

.container {
    width: 66rem;
    margin: 0 auto;
}

.flex {
    display: flex;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.flex-1 {
    flex: 1;
}

.blur {
    width: 25.65rem;
    height: 25.65rem;
    flex-shrink: 0;
    border-radius: 25.65rem;
    opacity: 0.63;
    filter: blur(10.25rem);
}

.cursor-d {
  cursor: default;
}

.shadow:hover {
    box-shadow: 0 0 5px #fff;
}

.scale:hover {
    transform: scale(1.03);
}

@media (max-width: 1320px) {
    html {
        font-size: 18px;
    }
}


@media (max-width: 1200px) {
    html {
        font-size: 16px;
    }
}

@media (max-width: 1056px) {
    html {
        font-size: 15px;
    }
}

@media (max-width: 990px) {
    html {
        font-size: 14px;
    }
}

@media (max-width: 930px) {
    html {
        font-size: 12px;
    }
}

@media (max-width: 800px) {
    html {
        font-size: 20px;
    }
}