*{
    padding: 0;
    margin: 0;
}

.content {
    text-align: center;
    color: rgb(132, 133, 134);
    background-color: black;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    
}

h2, h1 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight:100;
    font-style:normal;
}
.logo {
    width: 70%;
}

img{
    width: 100%;
}