@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

*{
    margin: 0;
}

body{
    font-family: 'Pretendard';
    background-color: #2B2D42;
    color: #EDF2F4;
}

h1{
    font-size: max(4vw, 48px);
}
h2{
    font-size: max(2vw, 24px);
}
p{
    font-size: max(1vw, 16px);
}

a{
    color: #EDF2F4;
    opacity: 70%;
    text-decoration: none;
}

a:hover{
    opacity: 100%;
}

section{
    margin-top: 15vh;
    margin-left: auto;
    margin-right: auto;
    width: max(30vw, 300px);
}

hr{
    margin-top: 1vh;
    margin-bottom: 1vh; 
    border-color: #EDF2F4;
}