@charset "UTF-8";
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

* { border: 0;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    padding: 0;
    scrollbar-width: none;
    text-decoration: none;}

body {width:100%; height:100vh; font-family: 'Pretendard-Regular';}

header {display:flex; flex-direction: column;  justify-content: center;}
.headerTitle {font-size: 25px; font-weight:700; text-align: center; padding-top:20px; color:#505467;} 

.logIn {display:flex; justify-content: center; padding:10px 0; }
.logIn input {border:0.5px solid #DEE4F3;  border-radius: 8px; height: 40px; width:200px; padding:5px 10px;}
input:hover {border:0.5px solid #2045FF;}

button {padding:10px 30px; border-radius: 8px; background-color: #2045FF; color:white; width:200px;}


@media (max-width:760px){

    .container {padding-bottom:50px;}

}

