body{
    overflow-x: hidden;
    width: 100vw;
    height: 100vh;
}

.bg1{
    background: linear-gradient(to right, #43cea2, #185a9d);
}