body {
    margin: 0;
    overflow: hidden;
    font-family: Arial, sans-serif;
    background-size: cover;
    background-repeat: no-repeat;
}

.container {
    width: 100vw;
    height: 100vh;
    display: flex;
}

.content {
    width: 50%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 60%;
    margin-right: 10%;
}

h1, p {
    transition: all 0.3s ease-in-out;
}