
.MainContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}


.logoContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 20%;
}
.logo {
    width: 60%;
    max-width: 500px;
}

.LifeBuilderContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 20%;
    width: 70%;
    cursor:pointer;
}
.LifeTrackerContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 20%;
    width: 70%;
    cursor: pointer;
}
.LifeBuilder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    border: 2px solid #55A7DA;
    border-radius: 10px;
    height: 79%;
}
.LifeTracker {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    border: 2px solid #55A7DA;
    border-radius: 10px;
    height: 79%;
}

.RoundText {
    color: #FFDD34;
    line-height: 0;
    font-size: 20px;
}
.LifeText {
    color: white;
    font-size: 22px;
     
    margin-top:14px;
}

.borderTop {
    position: absolute;
    top: 0;
    height: 10%;
    width: 100%;
}

.borderLeft {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 10%;
}

.borderRight {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 10%;
}

.borderBottom {
    position: absolute;
    Bottom: 0;
    height: 10%;
    width: 100%;
}