@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

body {
    font-family: 'Lato', sans-serif;
}

h1 {
    text-align: center;
    color: #A5C724;
    font-weight: bold;
}

h2 {
    text-align: center;
    font-size: medium;
    color: #484848;
    
}


.green {
    position: absolute;
    top: 40px;
    left: 1px;

    
}

.blue {
    position: absolute;
    bottom: 350px;
    right: 1px;
    
}

img {
    max-width: 525px;
}

.content-wrapper{min-height: 100vh}