/* Navbar */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    background-color: #333;
    padding: 10px 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    z-index: 10;
}


.navbar a {
    color: white;
    text-decoration: none;
    font-size: 20px;
}

.navbar a:hover {
    text-decoration: underline;
}

.logo img {
    height: 50px;
    width: auto;
}

.esim{
    padding: 33px;
    position: relative;
    top: -16px;
    left: -25px;
    font-weight: 900;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    letter-spacing: 2px;
    font-size: 22px;
}

.navbar h1{
    color: white;
}

.links {
    color: white;
    margin-left: 50px;
}
