.section {
    border: solid white 2px;
}

.div { 
    border: solid black 2px;
}

body::-webkit-scrollbar {
    display: none;
  }

html {
    background-color: #000;
}

.italic {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}
  

  