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

.root {
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.company_logo{
    width: 20%;
}