body,html {
    margin: auto;
    padding: 0;
    height: 100%;
    width: 100%;
 }

body {
    background-color: #1D1D13;
    color: #f1f1f1;
}

div#lightning {
    height: 100%;
    width: 100%;
    #background-image: url("res/antenna_desktop.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    margin: auto;
}

div#logo {
    height: 20vh;
    width: 40vh;
    background-image: url("https://ffind.com/app/themes/ffind/images/logo.svg");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom;
    margin: auto;
  }

div#content {
    width: 80vh;
    margin: auto;
    #padding-top: 10vh;
}

div#content p {
    margin:5rem auto;
    color: #f1f1f1;
    font-size: 1.5rem;
    width: fit-content;
}

p {
    font-weight: bold;
    margin-top: 10em;
}
