body {
    color: #fff;
}

.main {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 40%;
    background-color: #212121;
    border-radius: 8px;
}

.left {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
    height: 350px;
    background-color: #1e1e1e;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.right {
    width: 60%;
}
.text {
    margin: 15px;
}
a {
    color: #fff;
    text-underline-offset: 5px;
}