﻿ 
.intro {
    height: 100vh;
}

.left {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #25476a;
    height: 100vh;
    color: #FFF;
}

.right {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
    height: 100vh;
    color: #3d231b;
}

 
