*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}
.background{
    background: #160C6E;
    height: 100vh;
    overflow: hidden;
    position: relative;
    z-index: -1;
}
.big-circle{
    background: #3F21D0;
    height: 140vh;
    margin: -20vh auto;
    width: 140vh;
    border-radius: 50%;
    position: relative;
    z-index: 10;
}
.small-circle{
    background: linear-gradient(310deg,#F8573F,#E94562);
    height: 80vh;
    width: 80vh;
    margin: -110vh auto;
    border-radius: 50%;
    position: relative;
    z-index: 100;
}
.content{
    background: url(./img/gearvr.png) no-repeat center;
    background-size: 659px 600px;
    height: 100vh;
    position: relative;
    margin-top: -100vh;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
}
a{
    color: #fff;
    text-decoration: none;
}
ul{
    list-style: none;
}
li{
    margin-top: 1rem;
    opacity: 0.5;
}
.navbar, .site{
    display: flex;
    justify-content: space-between;
}
h2 .title{
    font-size: 1.5rem;
}
h1.title{
    font-size: 7.5rem;
    line-height: 5.5rem;
    text-shadow: 0 15px 45px rgba(0,0,0,.3);
}
.brand{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}
.description{
    width: 300px;
    line-height: 150%;
    margin:2rem 0;
}
.button{
    background: linear-gradient(310deg,#F8573F,#E94562);
    width: 170px;
    padding: 1rem;
    font-size: 14px;
    border-radius: 100px;
    text-align: center;
}
.button i{
    margin-left: .5rem;
}
.social a i{
    margin-right: 1rem;
}
.bubble{
    position: absolute;
    z-index: -1;
    top: 60px;
    left: 330px;
}
.bubble img{
    height: 85vh;
}