body {
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
}

h1{
    color: white;
    font-family: 'Roboto', sans-serif;
    padding-top: 2vh;
    padding-bottom: 2vh;

}

.divider{
    margin: auto;
    height: 0px;
    width: 68%;
    border: solid white .5px;
}

.companyName{
    font-size: 260%;
}

.headline{
  margin: auto;
  position: absolute;
  width: 50%;
  padding: 10px;
}

footer{
    position: fixed;
    bottom: 5px;
    font-size: 80%;
}