* {
 /* border: 1px rgba(255, 0, 0, 0.383) solid; */
 box-sizing: border-box;
}

body{
background: rgb(238, 174, 202);
background: radial-gradient(
  circle,
  rgba(238, 174, 202, 1) 0%,
  rgba(148, 187, 233, 1) 100%
);
}

h1 {
  text-align: center;
}

h2 {
  text-align: center;
}

nav {
  text-align: center;
  margin-bottom: 50px;
}

nav > a {
  margin: 0 10px 0 10px ;

}

.figureOne {
  display: inline-block;
  width: 50%;
}

.textOne {
  display: inline-block;
  width: 40%;
  padding: 0 30px 0 30px;
  height: auto;
  border: 2px solid black;
  border-radius: 5%;
  background: rgba(255, 255, 255, 0.493);
  box-sizing: content-box;
  margin-left: 30px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;

}

.text {
  padding-bottom: 50px;
}

figure {
text-align: center;
}

img {
  border-radius: 5%;
}

figcaption {
  background: rgba(255, 255, 255, 0.493);
}

.container {
  margin-top: 10px;
}

#source {
  float: right;
  position: relative;
  clear: right;
}

aside {
  text-align: center;
  width: 200px ;
  border: 2px solid black;
border-radius: 5%;
background: rgba(255, 255, 255, 0.493);
margin-left: 120px;
box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
