.stretch_full_width {
    min-width: 100%;
    width: 100%;
    margin-top:3px;
    padding-top:1px;
    height: 100%;
    margin: 0;
    min-height: 100%;
    background-size: cover;
    background-image: linear-gradient(rgb(215, 247, 162), rgba(255, 255, 255, 0.5)),
                        url(867aa838ce64c18be0ca.png);
    background-color: green;
    position: fixed;
    overflow-y: auto;
}

.wepers_big_text {
    text-align: center;
    color:darkgreen;
    margin-bottom: 0;
    font-size:450%;
    overflow-wrap: break-word;
}

.wepers_explain {
    text-align: center;
    margin-top: 20px;
    color:darkgreen;
    font-size:150%;
}

.about_us_title {
    text-align: left;
    margin-top: 20px;
    color: darkgreen;
    font-size: 160%;
    opacity: 1;
}

.about_us_text {
    text-align: left;
    margin-top: 5px;
    color: black;
    font-size: 130%;
    opacity: 1;
}

.homepage_cards {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.register_card {
    position: relative;
    width: 19%;
    min-width: 120px;
	height: 9vh;
	background: rgba(133, 223, 133, 0.829);
	margin: 20px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
    backdrop-filter: blur(10px);
    transition: 0.5s;
    cursor: pointer;
}

@media (max-width: 600px) {
    .register_card {
        position: relative;
        width: 90%;
    }
}

.register_card .content {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.register_card .content > div > p, .register_card .content > p {
    text-align: center;
    margin-top: 20px;
    color:rgb(0, 0, 0);
    font-size:100%;
    padding-left: 3px;
    padding-right: 3px;
    font-style:normal;;
}

.register_card:hover {
    transform: translateY(-15px);
    transition: 0.5s;
}


/*# sourceMappingURL=home_components.146f938b.css.map*/