
body {
    width: 1328;
    height: 800px;
    background-image: url('bgindex.jpg');
    background-repeat: no-repeat;
}

.top-nav {
  margin: 0;
  background: transparent;
  width: 100%;
  height: 54px;  
  color: black;
}

.title-nav {
    padding: 20px;
}

.list-nav {
    display: inline;
    text-decoration: none;
    list-style: none;
    margin-left: 20px;
    overflow: none;
    border-bottom: none;
    align-self: center;
    align-items: center;

    
}

.list-nav a {
    margin-top: -20px;
}

a {
    text-decoration: none;
    overflow: none;
    text-decoration: none;
}

.option-nav {
    margin-top: -50px;
    margin-left: 100px;
    color: rgba(0, 0, 0, 0.299);
}

.welcome-div {
    padding: 100px;
}

.main {
    margin-top: 430px;
    background: black;
    width: 100%;
    height: 300px;
}