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

html,
body{
    font-size: 1rem;
    height: 100%;
    font-family: 'Roboto', sans-serif;
}

.gradient{
    background: rgb(59,53,150);
    background: linear-gradient(90deg, rgba(59,53,150,1) 0%,
     rgba(0,123,214,1) 48%, rgba(0,202,214,1) 100%);
}

.page-header{
    margin-top: 3rem;
    color: white;
}

.feature{
    color: white;
}

.feature ul li{
    margin-top: 1rem;
}

.icon{
    color: white;
    height: 5rem;
    width: 5rem;
    font-size: 2rem;
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.gallery{
    background: cornsilk;
}

.gallery img{
    border-radius: 20px;
}


footer{
    font-size: 1.3rem;
    color: white;
    padding: 1rem;
    margin: 0;
}