.about_us {
    padding-top:0px;
    min-height: 80vh;
    margin: 0;
    background-size: cover;
    text-align: left;
    margin-top: 0px;
    color: rgb(0, 0, 0);
    background-color: rgb(252, 252, 252);
    font-size: 160%;
    opacity: 1;
    overflow-x: hidden;
    overflow-wrap: break-word;
    /*width: 100vw;*/
}


.children_page {
    padding-top:20px;
    min-height: 90vh;
    margin: 0;
    background-size: cover;
    text-align: left;
    margin-top: 0px;
    color: rgb(0, 0, 0);
    background-color: rgb(252, 252, 252);
    font-size: 160%;
    opacity: 1;
    overflow-x: hidden;
    overflow-wrap: break-word;
    width: 100vw;
}




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

.fileFolderAddPaper {
    cursor: pointer;
    max-width: 100%;
}

.fileFolderAddPaper:hover {
    transform: scale(1.1);
    transition: 0.5s;
}

.imageUploadUI {
    width: 90%;
    height: 10vh;
}
.stretch_full_width {
    /*min-width: 100%;
    width: 100%;*/
    margin:0;
    padding-top:0px;
    height: calc(92vh - 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;
    max-width: calc(100vw);
    overflow-wrap: anywhere;
}

.background_color {
    background-image: linear-gradient(rgb(238, 252, 255), rgb(232, 250, 255));
    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
}

.dragger {
    width: "5px";
    cursor: "ew-resize";
    padding: "4px 0 0";
    borderTop: "1px solid #ddd";
    position: "absolute";
    top: 0;
    right: 0;
    bottom: 0;
    zIndex: 100;
    backgroundColor: "#f4f7f9"
  }

.iframe-home {
    height: 460px;
    width: 660px;
}

/*# sourceMappingURL=home_components.19e3c3b2.css.map*/