
@import url('https://fonts.googleapis.com/css2?family=Bagel+Fat+One&family=Black+And+White+Picture&family=Black+Han+Sans&family=Gowun+Batang&display=swap');


input[type="text"],

input[type="password"]
{
    width: 70vh;
    padding: 20px;
    border-radius: 10px;
    align-items: center;
    height: 35px;
    font-size: 20px;
    margin: 20px;
    margin-bottom: 20px;
}
 h2{
 color: darkblue;
     font-family: "Gowun Batang", serif;
      font-display: swap;
   }
   

a{
    font-display: swap;
      font-family: "Gowun Batang", serif;
    text-decoration: none;
    font-size: 30px;
    color: black;
}
button{
    padding: 20px;
    align-items: end;
    font-size: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.box1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
   
   
   
}


body{


    margin: 0;
    height: 100vh;
}
