* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    width: 100%;
    height: 100vh;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.backarrow img {
    max-width: 50px; max-height: auto;
    margin: 30px;
}

.services {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.services hr {
    width: 300px;
    margin: 30px 42%;
}

.service p {
    font-size: 14px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .backarrow img {
        margin: 60px;
        max-width: 100px; max-height: auto;
    }

    .services hr {
        width: 400px;
        margin: 60px 30%;
    } 
}