.logo {
    min-width: 10%;
    max-width: 20%;
    height: auto;
}

body {
    background-image: url(../media/wallpaper.jpg);
    font-family: sans-serif;
    font-size: 100%;
}

.container {
    background-color: rgb(239, 214, 214);
}


main p {
    text-align: justify;
}

.styleswithc {
    text-align: center;
    margin-top: 10px;
}

.top_margin {
    margin-top: 5%;
}

footer {
    padding: 1%;
    margin-top: 1%;
    background-color: white;
}

.main_menubar{
    background-color: white;
    margin-bottom: 1%;
    width: 50%;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}

main a:link, .jump {
    color: black;
    background-color: transparent;
    text-decoration: underline;
  }
  
main a:visited, .jump {
    color: #7b2626;
    background-color: transparent;;
    text-decoration: underline;
  }
  
main a:hover, .jump {
    color: 	#4b0082;

    background-color: transparent;
    text-decoration: underline;
  }

.small_only {
    margin-top: 2%;
    margin-bottom: 2%;
}

