*{
  box-sizing: border-box;
}
body{
    background: radial-gradient(circle, rgb(0, 0, 0), rgb(255, 68, 0));
    overflow-x: hidden;
}
nav{
  background: rgb(0, 0, 0);
  padding: 20px;
  margin: 20px;
}

a{
  font-size: 20px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-left: 20px;
}

a:hover{
  text-decoration: underline;
  color: rgb(0, 0, 0);
  background: rgb(255, 255, 255);
}
p{
    color: white;
    display: flex;
    flex-direction: colurowmn;
    justify-content: center;
    align-items: center;
}
img{
    width: 400px;
}
div{
    display: flex;
    flex-direction:row;
    justify-content: center;
    align-items: center;
}
