* {
    margin: 0%;
}
.wrapper {
    background-color: #008BD3;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: row;
}
.left {
    display: flex;
    width: 50vw;
    justify-content: center;
    text-align: center;
}
.right {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    width: 50vw;
}
a {
    align-self: center;
    color: white;
}