

.sticky{
	position: sticky;
	top: 0;
    z-index:10;
}

.margin15{
margin: 15px;
}

.form_flex{
display: flex;
flex-direction: row;
flex-wrap:wrap;
}
.width_90{
width:90%;
margin: 10px;
}
.width_38{
width: 38%;
margin: 10px;
min-width: 300px;
}
.font_small{
font-size: xx-small;
}

.button{
background: #01ADD3FF;
padding: 15px;
border-radius: 15px;
cursor: pointer;
transition: transform 0.2s;
color: white;
justify-content:center;
}
.button:hover{
transform: scale(1.1);
}
.right{
text-align: right;
}

main{
min-height: 70vh;
}