body {
    background-image: url("Background.png");
    background-size: cover;
    margin: 0;
    justify-content: center;
    align-items: center;
}

.logo {
    width: 500px;
    height: auto;
    position: absolute;
    top: 20px;
    left: 20px;
}

.nav {
    position: absolute;
    top: 70px;
    right: 20px;
}

.nav a {
    color: white;
    text-decoration: none;
    margin-left: 20px;
    font-size: 30px;
    font-family: sans-serif;
}

.nav a:hover {
    text-decoration: underline;
}

.con {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.header{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: white;
}

.trailer{
    margin-top: 100px;
}

button{
    background:none;
    color: black;
    border-color: white;
    cursor: pointer;
}

button:hover{
    border-color: black;
}