@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');



html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #f8f6f6;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    
}
a{
    color: orange;
    text-decoration: none;
}
.smooth-scroll-wrapper {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    overflow: hidden;
}


body {
    margin: 800px auto;
    
}

.content {
    width: 70%;
    margin: 160px auto;
}

section {
    transition: transform 0.25s;
    will-change: transform;
    
}

h2 {
    color: rgb(48, 48, 48);
    font-size: 44px;
    font-weight: lighter;
    margin-bottom: 10px;
}
.no{
    visibility: hidden;
}
p {
    font-weight: lighter;
    color: grey;
    font-size: 16px;
    line-height: 30px;
}

section img {
    width: 100%;
    height: 100%;
    
}

div {
    margin: 0 0 70px 0;
}
.head{
    text-align: center;
    font-size: 48px;
    margin-bottom: 100px;
}

