@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
html,body {
    font-family: "Pretendard", sans-serif;
    margin: 0;
    height: 100%;
    font-size: 18px;
}
body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    height: 100%;
}
#headline {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
}
header, footer {
    width: 100%;
    
}
.nav-container {
    margin: 1.5rem 2rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.icon {
    font-size: 1.5rem;
    color: #000;
}
.title {
    font-size: 1rem;
    font-weight: 700;
}
#footer-container {
    justify-content: flex-end;
    
}
#footer-license {
    font-weight: 600;
    font-size: 0.8rem;
    color: rgb(50,50,50);
}
#btn {
    width: 5rem;
    height: 5rem;
    border-radius: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: crimson;
}
#icon {
    font-size: 2rem;
    color: white;
}
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}
