*{
    box-sizing: border-box;
}
a {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
}
body ::selection {
    color: #fff;
    background: #feb800;
}
html, body {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: verdana,"Open Sans",sans-serif;
    font-size: 14px;
}
.home-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    flex-wrap: wrap;
    overflow: auto;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-origin: content-box;
    background-size: cover;
}