*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.logo-div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #e1e1e1;
    height: 100vh;
}

.responsive{
    max-width: 100%;
    height: auto;
}

.text-style{
    font-size: 2rem;
}