body{
    background-image: url(../img/bg-jurassic-world.jpg);
}
.wrapper{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
header{
    height: 65px;
    background-color: rgba(23, 18, 16, 0.7);
    display: flex;
    justify-content: space-between;
}
.billede{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.logo{
    height: 60px;
}
.links ul{
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.link{
    padding: 20px;
    margin: 0px 5px 0px 5px;
}
footer{
    background-color: #231816;
    background-color: rgba(23, 18, 16, 0.7);
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact{
    color: white;
}
a{
    text-decoration-line: none;
    color: #D8D5B6;
}
.content{
    display: flex;
    flex: 1;
}
.columns{
    display: flex;
    flex: 1;
}
.main{
    width: 500px;
    margin: auto;
}
.sign-in{
    background-color: #BAC068;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
}
.intast{
    width: 100%;
    margin-bottom: 5px;
}
h1{
    font-size: 75px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
h3{
    font-size: 20px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tilmeld{
    width: 100%;
}
.sign-in input{
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
}
.tilmeld input{
    background-color: brown;
    width: 100%;
    height: 30px;
}