a{
    text-decoration: none;
}

body {
    background-color: #1a1a1a;
    color: rgb(218, 218, 218);
}

/* Dark Mode Toggle Start */
.toggle{
    display: flex;
    justify-content:end;
    align-items:flex-end;
    flex-direction: row;
}

.checkbox{
    display: none
}

.label {
    width: 40px;
    height: 15px;
    background-color:#111;
    display: flex;
    border-radius:50px;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    position: relative;
    transform: scale(1.5);
    margin-right: 20px;
  }
  
  .ball {
    width: 20px;
    height: 20px;
    background-color: white;
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 50%;
    transition: transform 0.2s linear;
  }
  
  /*  target the elemenent after the label*/
  .checkbox:checked + .label .ball{
    transform: translateX(24px);
  }

  .moon{
    color:pink;
  }
  .sun{
    color: yellow;
  }
/* End */

.dark{
    background-color: rgb(218, 218, 218);
    color: #1a1a1a;
}

dl{
    font-family: 'Roboto:wght300', sans-serif;
    font-size: 18px;
}

table {
    font-family: 'Roboto Condensed', sans-serif;
    width: 45%;
  }

.header{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.main {
    font-family: 'Roboto:wght300', sans-serif;
    font-size: 75px;
    text-align: center;
    margin-left: 35px;
}
.oldmain{
    font-family: 'Roboto:wght300', sans-serif;
    font-size: 75px;
}

.mainl {
    font-family: 'Roboto:wght300', sans-serif;
    font-size: 35px;
    text-align: center;
}
.test{
    font-family: 'Roboto:wght300', sans-serif;
}
.tbl{
    font-family: 'Roboto:wght500', sans-serif;
    font-weight: bold;
    font-size: 23px;
}

div{
    font-family: 'Montserrat', sans-serif;
}

dl {
    font-family: 'Montserrat', sans-serif;
}

.inf {
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
    padding-left: 30%;
    padding-right: 30%;
}

img.Main{
    width: 114px;
    height: 106px;
    border-radius: 50%;
}

img.button{          
    width: 100px;
    height: 100px;
}

img.button:hover{
    width: 110px;
    height: 110px;
}

a.mail{
    color: aliceblue;
}

a.mail:hover{
    color: aliceblue;
    font-size: 16.5px;
}

a.link{
    color: aliceblue;
    font-family: 'Roboto Slab', serif;
    margin-right: 15px;
}

a.link:hover{
    color: rgb(199, 199, 199);
    font-family: 'Roboto Slab', serif;
    font-size: 17px;
}

a.dlink{
    color: rgb(0, 0, 0);
    font-family: 'Roboto Slab', serif;

}

a.dlink:hover{
    color: rgb(39, 39, 39);
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
}

input{
    border-radius: 5px;
    height: 20px;
    width: 175px;
}

.checkbox{
    height: 15px;
    width: 15px;
}

.redbutton{
    width: 100px;
    height: 100px
}

.redbutton:hover{
    width: 105px;
    height: 105px
}

.button {
    background: #b4b4b4;
    color: rgb(0, 0, 0);
    border-style: outset;
    border-color: #5d676d;
    height: 30px;
    width: 100px;
    font-family: 'Montserrat', sans-serif;
    text-shadow: none;
    }

.buttontemp{
    background: #b4b4b4;
    color: rgb(0, 0, 0);
    border-style: outset;
    border-color: #5d676d;
    height: 30px;
    width: 190px;
    font-family: 'Montserrat', sans-serif;
    text-shadow: none;
    margin-left: 45%;
}

.button:hover {
    background: #c5c5c5;
    color: rgb(0, 0, 0);
    border-style: outset;
    border-color: #4d616d;
    margin-bottom: 10px;
    height: 35px;
    width: 105px;
    font-family: 'Montserrat', sans-serif;
    text-shadow: none;
}
    
.buttontemp:hover {
    background: #c5c5c5;
    color: rgb(0, 0, 0);
    border-style: outset;
    border-color: #4d616d;
    height: 35px;
    width: 195px;
    font-family: 'Montserrat', sans-serif;
    text-shadow: none;
}

.hrbottom{
    margin-bottom: 20px;
    width: 50%;
}

nav{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}