@import url('https://fonts.googleapis.com/css?family=DM+Sans:300,400,500,600,700,800,900&display=swap');
*
{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'DM Sans', sans-serif;
}

body
{
  min-height: 100vh;
  background: #b0aace;
}

#nav {
  height: 88px;
  z-index: 9999;
}
nav
{
  position: relative;
  top: 0;
  Left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 60px;
  background-color: #9f97d0;
  padding-top: 23px;
}

nav ul
{
  display: flex;
  justify-content: center;
}
nav ul li
{
  list-style: none;
  margin-Left: 20px;
  
}
nav ul li a
{
  text-decoration: none;
  color: #fff;
  border-radius: 10px;
  font-size: 23px;
  font-weight: 500;
  border: 3px solid white;
  height: 42px;
  width: 170px;
  line-height: 35px;
  text-align: center;
}
nav ul li a:hover
{
  background: white !important;
  color: #8982bb !important;
  border-color: white !important;
}
nav ul li a.active
{
  background: white;
  color: #8982bb;
}

button
{
  background-color: #a195ed;
  color: #fff;
  border: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 10px;
}

button:hover
{
  background: #c0dff1;
  color: #1a1a1a;
}
button:active
{
  background-color: #3E1076;
  color: white;
}

.verify-email-banner
{
  background-color: red;
  color: white;
  padding-left:10px;
}

#close-x
{
  display: inline;
  width: 10px;
}

.settings-headings
{
  color: #3E1076;
}

.settings-txt
{
  color: rgb(126, 126, 126);
}

#delete-account-btn
{
  color: red;
  background-color: rgba(255, 0, 0, 0.1);
  padding: 10px;
  float: right;
}

#change-password-btn
{
  color: purple;
  background-color: rgba(140, 0, 255, 0.1);
  padding: 10px;
  float: left;
}

body {
  margin: 0;
  padding: 0;
}

div.background {
  position: fixed;
  background-image: url('images/background.jpg');
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100vw;
  height: 100vh;
  bottom: 20px;
  right: 20px;
  z-index: 1;
}

.bear {
  position: fixed;
  bottom: -70px;
  left: -22px;
  width: 450px;
  z-index: 2;
}

h1 {
  position: absolute;
  color: #8982bb;
  z-index: 998;
  padding-left: 290px;
  padding-top: 26px;
  font-size: 80px !important;
}

p1 {
  position: absolute;
  color: #f8f8f8;
  text-align: center;
  z-index: 1000;
  padding-left: 250px;
  padding-top: 170px;
  font-size: 140%;
  inline-size: 750px;
  overflow-wrap: break-word;
  text-align: left;
  font-weight: bold;
}

.start_button
{
  text-decoration: none;
  background-color: #353247;
  color: #ffe496;
  border-radius: 25px;
  font-size: 25px;
  font-weight: 500;
  border: 2px;
  height: 50px;
  width: 200px;
  line-height: 9px;
  text-align: center;
  top: 55%;
  left: 30%;
  position: absolute;
  z-index: 990;
}

.start_button:hover
{
  background: #ffe496 !important;
  color: #353247 !important;
  border-color: #ffe496 !important;
}

.modal
{
  z-index: 10000 !important;
}

.semicircle
{
  position: absolute;
  z-index: 10;
}

.centre-image
{
  height: auto;
  width: 100%;
  max-width: 100vw;
}

#logged-in-homepage
{
  background-color: #9F97C9;
}

.circle-btn
{
  all:unset;
  background-color: #e6e5e0;
  border-radius: 100%;
  text-align: center;
  width: 120px;
  height: 120px;
  border: solid;
  border-color: #e6e5e0;
  border-width: 2px;
  color: #9071ba;
  font-weight: 1000;
  font-size: 30px;
}

.circle-btn:hover
{
  background-color: #9071ba;
  border-color: #9071ba;
  color: #e6e5e0;
}

.profile-headings
{
  color: #3E1076;
}

.profile-brody
{
  position: absolute;
  right: 50;
  width: 400px;
}

#join_room{
  all:unset;
  background-color: #e6e5e0;
  border-radius: 100%;
  padding: 40px;
  text-align: center;
  width: 120px;
  height: 120px;
  border: solid;
  border-color: #e6e5e0;
  border-width: 2px;
  color: #9071ba;
  font-weight: 1000;
  font-size: 30px;
}

#join_room:hover
{
  background-color: #9071ba;
  border-color: #9071ba;
  color: #e6e5e0;
}
