@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Figtree:ital,wght@0,300..900;1,300..900&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
body{
    margin: 0;
    padding: 0;
}
section{
    height: 100vh;
    font-size: xx-large;
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}
.container{
    text-align: center;
}
section h1{
    color: #FFF100;
    margin: 0;
    padding: 15px;
}
section p{
    color: #BCF2F6;
    padding: 0 35px 0 ;
}
section h3{
    color: white;
}
section h4{
    color: white;
    padding: 0 15px 0 ;
    font-size: normal;
}
.pictures img{
    height: 300px;
    width: auto;
}
.circle{
    border-bottom: 2px solid black;
}
.container2 h1{
        color: #FFF100;
        margin: 0;
        padding: 5px;
}
.circle2{
    border-bottom: 2px solid red;
}
.buttoned{
    color: white;
        width: 115px;
        height: 25px;
        background: red;
        padding: 10px;
        text-align: center;
        border-radius: 5px;
        font-weight: bold;
        line-height: 70px;
        text-decoration-line: none;
}
.buttoned:hover{
    background-color: lightblue;
    color: red;
    transition-duration: 0.5s;
}
