body, html {
  margin: 0;
  padding: 0;
  background-color: rgb(47, 42, 54);
  font-family: 'Segoe UI', sans-serif;
  overflow-x: hidden;
  color: white;
  height: 1300px;
  padding-top:0;
  overflow-y: scroll;

}


.navbar{
    display: flex;
    justify-content: space-between;
    color: white;
    position: relative;
    height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 60px 0 40px;
} 

.leftnav{
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    color: white;
    gap:30px;
}

.rightnav {
    list-style: none;
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
    margin-left: auto;
    margin-right: 150px;
}

.navbar li a {
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
}


.button{
transition: font-size 0.3s ease;
}

.button:hover{
font-size: 25px;
}

.experience{
    margin: 10px;
}