.home-main-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
}

.home-main-inner-container {
    width: 100%;
    max-width: 720px;
}

.home-header-container {
    width: 100%;
    text-align: center;
}

.home-header-text {
   	font-size: 4em;
    color: #017BFF;
}

.home-href-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 40px;
}

.home-href-btn {
	height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 28px;
    background-color: #017BFF;
    color: white;
    margin: 10px 0;
}

.home-href-btn:hover{
    text-decoration: none;
    color: white;
    background: #0063ce;
}