a:visited {
    color:white
}

.allign{
    margin: 20px;
    margin-left: 20%;
    margin-right: 20%;
    padding: 5px;
}

body{
    background-attachment:scroll;
    background-image:url('images/cork_bg.png');
    background-position:top;
    background-repeat:repeat-y;
    font-family: sans-serif;
    margin: 0;
    overflow-x: hidden;
}

.buttons{ 
    background: rgba(0,0,0,0);
    display: flex;
    flex-direction: row;
    padding: 20px;
}

.navbar:hover{
    background: rgb(248, 124, 232);
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.25);
}

.nav ul{
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    list-style-type: none;
    padding: 20px;
    margin-top: 5px;
    height: 25px;
}

.logo a{
    background-color: rgb(247, 155, 242);
    background-image: url("images/Home.png");
    background-position: center;
    background-size: 90%;
    background-repeat: no-repeat;
    border-radius: 3px;
    color: rgba(0,0,0,0);
    display: inline-block;
    height: 30px;
    margin-right: 15px;
    margin-left: 0px;
    text-align: right;
    padding: 5px;
    width: 30px;
}

.navbar{
    background: rgb(247, 155, 242);
    border-radius: 3px;
    margin-right: 15px;
    margin-left: 0px;
    padding: 5px;
    height: 30px;
}

.navbar a{
    font-size: 28px;
    position: relative;
    height: 5px;
    text-decoration: none;
}

.buttons div{
    margin: auto;   
}

.title{
    color:aliceblue;
    background-color:rgba(0, 0, 0, 0.66);;
    text-decoration: underline;
    font-size: 24px;
}

.content{
    color:aliceblue;
    background-color:rgba(0, 0, 0, 0.66);
    font-size: 16px;
}

.subtitle{
    color:aliceblue;
    background-color:rgba(0, 0, 0, 0.66);;
    font-size: 20px;
}

.small{
    font-size: 14px;
}