body {
    background-image: url(Pictures/Edu_kuosi%20vihrea_rgb.jpg);
    background-color: #afca3b;
    background-repeat: repeat;
    background-size: 40%;
    margin: auto;
    
    
}

.bgd-green{
    background-color: #afca3b;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    height: auto;
    padding: 30px 0px 0px 0px;
}

h2{
    text-align: center;
    color: white;
    font-family: objektiv-mk1, sans-serif;
    font-size: 18px;
    font-weight: 200;
    padding: 50px;
    
}

h3 {
    background: #779D34;
    text-align: center;
    color: white;
    font-family: objektiv-mk1, sans-serif;
    font-size: 26px;
    font-weight: 600;
    padding: 25px;
    margin-bottom: 100px;
}

.flexcont {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    
}

.logo{
    
    width:120px;
}

.flexcont > div {
    width: 400px;
    height: 150px;
    margin: 10px 10px 80px 10px;
    text-align: center;
    line-height: 30px;
    font-size: 24px;
}

.btn{
    border: 2px solid white;
    background-color: #afca3b;
    color: white;
    padding: 10px 25px;
    font-size: 16px;
    border-radius: 5px; 
    font-family: objektiv-mk1, sans-serif;
    font-weight: 200;
    
}

.btn:hover{
    background-color: white;
    color: #afca3b;
    cursor: pointer;
}

.btn:active {
    border: none;
    background-color: white;
    color: black;
    transform: translateY(4px);
}

img{
    color: #b5ca49;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50vw;
    max-width: 400px;
}

p{
    color: white;
    font-family: objektiv-mk1, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 1.4;   
}

#upBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 30;
    border: none;
    outline: none;
    background-color:rgb(3,46,77);
    color: white;
    padding: 10px 30px 10px 30px;
    font-size: 18px;
    font-family: objektiv-mk1, sans-serif;
    font-weight: 400;
    box-shadow: 1px 1px 5px grey;
}
