section#home {
    position: relative;
    width: 100vw;
    height: 100vh;
    display: flex;
    background: #fafafa;
}

.txt-area {
    position: relative;
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 1rem 0;
    justify-content: space-around;
}

body {
    overflow: hidden;
}

.img-area {
    position: relative;
    width: 60%;
    display: flex;
    justify-content: right;
}