/* styles.css */

.container {
    display: flex;
    width: 80%;
    margin: auto;
    height: 100vh;
    color: white;
}

.left-content {
    flex: 1;
}

.right-content {
    position: sticky;
    top: 15% !important;
	margin-top : 15% !important;
    align-self: flex-start;
}