body {
    text-align: center;
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
    color: #c0c0c0;
}

p {
    
    font-size: 18px;
    color: #fff;
    padding: 0 100px;
}

a {
    color: white;
    text-decoration: none;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 63px;
    background: #000000;
    position: fixed;
    width: 100%;
    z-index: 100;
}

nav {
    display: flex;
    margin-right: 10px;
}

.logo a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    
}
.logo img {
    height: 50px;
    margin-left: 20px;
}
nav a {
    display: block;
    padding: 20px 20px;
    text-transform: uppercase;
    font-size: 20px;
    font-family: sans-serif;
}

nav a:hover {
    background: #3f3f3f;
}

.a-about {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #171717;
  }
  
  .about-i img{
    width: 400px;
    
  }
  
  .about-t {
    max-width: 70%;
  }

  .a-about2 {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #171717;
  }
  
  .about-i2 img{
    width: 400px;
    
  }
  
  .about-t2 {
    max-width: 70%;
  }