header {
    font-size: 50px;
    text-align: center;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif
    font-weight; 900px;
    font-style: normal;
    font-variant-caps:all-small-caps;
    text-shadow: 10px;
}

p {
    text-align: center;
    font-weight: lighter;
}

body {
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 35%, rgba(233,185,43,1) 35%, rgba(231,189,189,1) 100%);
}

img {
    vertical-align: middle;
    width: 350px;
    height: 400px;
    border-radius: 60%;
    border: 5px solid black;
    position:fixed 10cm;
  }

  .flex img {
    display: flex;
    justify-content: center;
  }

  