body {
  background-color: black;
  color: white;
  font-family: Verdana;
  padding: 100px;
  margin: 0;
  background-image: url(images/frozens.png);
  background-size: 100vw;
  display: flex;
  justify-content: center;
  align-content: center;
}

.container {
  display: grid; /* Centers both horizontally and vertically */
  grid: 250px 250px 250px / 2fr 2fr 2fr;
}

.mainbox {
  width: 400px;
  height: 50px;
  border: 1px solid black;
  padding: 5px;
  background-color: #544a87;
  position: relative;
  justify-self: center;
  align-self: center;
  margin: 50px;
  grid-row: 2;
  grid-column: 2;
}

.inbox1, .inbox2 {
  display: inline-block;
  width: 45%;
  vertical-align: middle;
  padding: 20px;
  border: 1px solid black;
}


.worldtext{
  font-family: "Lakki Reddy", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  text-align:center;
  margin: auto;
}

.aboutme{
  width: 2fr;
  height: 250px;
  outline: 1px solid black;
  align-self: center;
  background-color: #544a87;
  border-radius: 5px 5px 0 0;
  padding: 0px;
  display: flex;
  flex-direction: column;
}

.jimmy
{
  width: 200px;
  height: 200px;
  outline: 1px solid black;
  align-self: center;
  grid-row: 2;
}

.topboi{
  width: 2fr;
  height: 50px;
  border-radius: 5px 5px 0 0;
  background-color: #e0e0e0;
  margin: 0;
  display:flex;
  justify-content: space-between;
  align-content: center;
  overflow: hidden;
}

  
.txt{

  font-family: "Offside", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 10px;
}

.toptxt{
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin: 10px;
  color: black;
}

.aboot
{
  background-color: #453d7070;
  margin: 10px;
}

.material-symbols-outlined
{
  color: black;
  margin: 10px;
}

.copyright
{
  position: fixed;
  bottom: 0;
  color: black;
  font-size: 10px;
}





















