header {
    border-bottom: 2px;
}

body {
    background-color: burlywood;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#topbar {
    flex-direction: row;
    display: flex;
    border-bottom: solid;
    
}

#headerLink {
    margin-right: 70px;
    margin-top: 1%;
    margin-left: 30px;

}

#pageTitle {
    font-size: xx-large;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
  
}

#boldtxt {
    font-weight: 600;
}

#link {
    text-decoration: none;
    color: black;
}

#buttonLogo {
    background-color: rgba(0, 0, 0, 0);
    color: black;
    border: none;
    font-size: 24pt;
}

#buttonNavbar {
    background-color: rgba(0, 0, 0, 0);
    color: black;
    border: none;
    font-size: 16pt;
}

#nameOfCountry {
    font-size: xx-large;
    font-weight: bold;
}