html, body {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    background: #2b2f32;
    text-align: center;
/*    overflow-x: hidden;*/
}

body {
    overflow-x: hidden;
}

::selection {
  background: #b4fd06; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #b4fd06; /* Gecko Browsers */
}


#home {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#home img.logo {
    width: 180px;
    height: 180px;
}