@import url(https://fonts.googleapis.com/css2?family=Oswald&family=Rubik&display=swap);
body,
html {
    height: 100%;
    font-size: 1rem;
}
a,
button,
h4,
h5,
h6,
p {
    font-family: Rubik !important;
}
h1,
h2 {
    font-family: Oswald, sans-serif;
}
.gradient {
    background: #0061f2;
    background: linear-gradient(135deg, rgb(242, 0, 0) 0, rgb(56, 0, 199) 100%);
}
.page-header {
    margin-top: 4rem;
    font-size: 1.25rem;
    color: #fff;
}
.feature {
    color: #fff;
}
.feature ul {
    padding-left: 2rem;
    list-style-type: none;
}
.feature ul li {
    padding-left: 2rem;
    background-image: url(10k6img/check.svg);
    background-repeat: no-repeat;
    line-height: 1.5rem;
    margin-bottom: 1rem;
}
.icon {
    color: #fff;
    height: 5rem;
    width: 5rem;
    font-size: 1.75rem;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.gallery {
    background-color: #f5f5f5;
}
.gallery img {
    border-radius: 5%;
}
.services {
    color: #fff;
}
/* footer {
    color: #fff;
    font-size: 1rem;
    margin: 0;
    padding: 1rem;
} */
a {
    color: #fff;
    text-decoration: none;
}
