body {
background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(153,95,64,1) 25%, rgba(188,188,188,1) 50%, rgba(255,255,255,1) 75%, rgba(237,28,36,1) 100%);
}

h1 {
color: white;
text-align: center;
}
.container {
position: relative;
text-align: top;
color: red;
}
.centered {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 40px;
}
.containertwo {
display: flex;
align-items: center;
justify-content: center;
}

img {
max-width: 100%
}

.image {
flex-basis: 40%
}

.text {
font-size: 20px;
padding-left: 20px;
}
hr { border:none; border-top:1px #000000 solid; height: 1px; }

.containerthree {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.row { 
display: flex;
}
.custom-img {
width: 200px;
height: 200px;
object-fit: cover;
}


.image-container {
display: flex;
flex-direction: column;
align-items: center;
margin: 100px;
}

p {
text-align: center;
}
.topnav {
background-color: #fffff;
overflow: hidden;
}
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ef3239;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #1b8f21;
  color: black;
}

main {
max-width: 800px;
}
