.stretch_full_width {
    /*min-width: 100%;
    width: 100%;*/
    margin:0;
    padding-top:1px;
    height: calc(90vh - 20px);
    background-size: cover;
    /*background-image: linear-gradient(rgb(213, 209, 255), rgba(68, 69, 117, 0.5));
    background-color: rgb(255, 255, 255);
    position: fixed 
    overflow-y: auto;*/
    overflow-x: none;
    overflow-wrap: break-word;
}

.background_color {
    background-image: linear-gradient(rgb(213, 209, 255), rgba(68, 69, 117, 0.5));
    background-color: rgb(255, 255, 255);
}

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

.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;
}

.tmp_test_to_delete {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.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;
}

.svg_rotated {
    transform: rotate(90deg);
  }
.svg_bottom_rotated {
    bottom: 0
}
.about_us {
    margin-top:3px;
    padding-top:1px;
    height: 85vh;
    margin: 0;
    background-size: cover;
    text-align: left;
    margin-top: 20px;
    color: rgb(0, 0, 0);
    background-color: rgb(252, 252, 252);
    font-size: 160%;
    opacity: 1;
    overflow-x: auto;
    overflow-wrap: break-word;
}



.p1 {
    font-family: "Times New Roman", Times, serif;
}
  
.p2 {
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
}

.p3 {
    font-family: "Lucida Console", "Courier New", monospace;
}



/*# sourceMappingURL=home_components.2c8765cd.css.map*/