:root[data-theme="light"] {
  --text: #0d0d0d;
  --background: #ffffff;
  --primary: #0b1fb7;
  --secondary: #0076f5;
  --accent: #118be8;
}
:root[data-theme="dark"] {
  --text: #f2f2f2;
  --background: #000000;
  --primary: #485cf4;
  --secondary: #0a81ff;
  --accent: #1790ee;
}

body {
    background-color: #000000;
    height: 100%;
    width: 100%;
}

* {
    color:#f2f2f2;
    margin: 0;
    padding: 0;
}

.navbar {
    height: 8vh;
    width: 100vw;
    display: flex;
    align-content: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.603);
}

img {
    /* height: 5vh; */
    width: 10vw;
    
}

.buttons {
    position: absolute;
    right: 0;
    margin-top: 1.5vh;
    margin-bottom: 1.5vh;
    
}
.buttons > p {
    
    display: inline-block;
}
.SignUP {
    background-color: #0076f5;
    border-radius: 20px;
    height: 5vh;
    width: 10vw;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    align-content: center;
    font-weight: 500;
    font-size: large;
    font-family :'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.LogIn {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    align-content: center;
    font-weight: 500;
    font-size: large;
    font-family :'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

