body {
    margin: 0;
    padding: 0;
    color: #101010;
}

.home {
    background-image: url('./assets/corner-background-pattern.png');
    align-items: center;
    display: flex;
    height: 100vh;
    justify-content: center;
}

.home img {
    max-width: 50%;
    height: auto;
}