body{
background-image: url("tlo2.png");
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
min-height: 100vh;
text-align: center;
overflow-x: hidden;
}

#logo{
width: 50%;
justify-content: center;
margin: auto;
}

a{
background-color: black;
color: white;
border-radius: 50% 10% 50% 10%;
font-weight: bold;
font-size: 40px;
text-decoration: none;
padding: 15px;
}

a:hover{
background-color: lime;
color: black;
font-weight: bold;
font-size: 41px;
}

video{
width: 50%;
}

h1{
color: white;
font-size: 70px;
}