* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


.body {
  color: white;
  font-family: "Comic Sans MS", "Comic Sans", cursive;
}


.container {
  display: flex;
  background-image:url("red background.jpg");
  flex-direction: row;
  min-height: calc(100vh - 60px);
  align-items: center;
  align-content: center;
  justify-content: center;
}       

.nav {
  background: linear-gradient(to right, #2e0410, #a82349);
  padding: 10px;
  font-size: 15px; 
  font-family: roc-grotesk, sans-serif;
  font-weight: 500;
}


.nav-link {
  text-decoration: none;
  color: #ffd1dc;
  display: flex;
  border: solid;
  border-radius: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 16px;
  align-items: center;
  margin: 20px;
}

ul {
  list-style-type: none;
  display: flex;
  margin: 10px;
}

.corvus {
  flex: 3;
  display: flex;
  flex-direction: row;
}

.disclaimer {
  padding: 5px;
}

p{
 font-size: 15px; 
  font-family: roc-grotesk, sans-serif;
  font-weight: 600;
  text-align: center;
}

.logo{
  display: flex;
  background: linear-gradient(to right, #2e410, #a82349);
  background-color: transparent;
  color:rgb(255, 255, 255);
  align-content: flex-end;
  justify-content: flex-end;
  gap: 20px;
  flex-direction: row;
  flex: 3;
}

img{
  width: 200px;
  height: auto;
  overflow: auto;
}

.left {
  background-color: rgb(3, 3, 105);
  /*background color is temporary so i can see where everything is lolz*/
  color: #c7c7c7;
  /*flex: 5;*/
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 5px;
  margin: 75px;
  justify-content: center;
  align-content: flex-start;
}

.pfp{
  background-color: rgb(3, 3, 105);
  /*background color is temporary so i can see where everything is lolz*/
  color: #c7c7c7;
  /*flex: 1;*/
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 15px;
  margin: 5px;
  float: left;
  align-items: center;
  align-content: center;
}

.pfp-img{
  width: 75px;
  height: auto;
  display: grid;
}

.text{
 /* background-color: #42d6ff;/*
  /*background color is temporary so i can see where everything is lolz*/
  color: white;
  flex: 5;
  flex-direction: column;
  border: solid;
  border-radius: 20px;
  /*gap: 20px;*/
  margin: auto;
  text-align: center;
}

p{
  font-size: 15px;
  font-family: roc-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 20px; 
  position: relative;
  padding: 3px;
  margin: 5px;
}

.right {
  /*background-color: rgb(75, 7, 138);*/
  color: #c7c7c7;
  flex: 2;
  display: flex;
  flex-direction: column;
  padding: 15px;
  margin: 5px;
  gap: 20px;
}

.video-container{
  justify-content: center;
   /*padding: 20px;*/
}


.more-text{
   /*background-color: #42f598;/*
  /*background color is temporary so i can see where everything is lolz*/
  color: white;
  flex: 4;
  flex-direction: column;
  /*gap: 20px;*/
}

p{
  font-size: 15px;
  font-family: roc-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 20px; 
  position: relative;
  align-items: center;
  padding: 5px;
}

.likes{
  /*background-color: #4842f5;/*
  /*background color is temporary so i can see where everything is lolz*/
  color: white;
  flex: 5;
  flex-direction: column;
  /*gap: 20px;*/
  text-align: center;
  margin: auto;
}

p{
  font-size: 15px;
  font-family: roc-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 20px; 
  position: relative;
  align-items: center;
  padding: 5px;
  border: solid;
  border-radius: 20px;
}
  
.dislikes{
  /*background-color: #b042f5;/*
  /*background color is temporary so i can see where everything is lolz*/
  color: white;
  flex: 5;
  flex-direction: column;
  /*gap: 20px;*/
  text-align: center;
  margin: auto;
}

p{
  font-size: 15px;
  font-family: roc-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 20px; 
  position: relative;
  align-items: center;
  padding: 5px;
}
  





     