@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    font: normal 16px sans-serif;
    color: #555;
    scroll-behavior: smooth;
}
 body{
	 
	 font-family: 'Roboto', sans-serif
 }

section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 125px 100px;
}

#register ,#benefits, #function, #plans, #we{
    font-family: 'Fjalla One', sans-serif;
}

.background-image {
    background-image: url(../img/1.png) ;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
    background-size: cover;
    background-color: #2196f3;
    z-index: -1;
}





