body {
    height: 100vh;
    background-size: cover;
    background-position: center;
    font-family: Tahoma, sans-serif;
    color: rgb(255, 255, 255);
    background-image: url("/css_perigrine/images/bg copy.jpg");
    margin: 0;
    
}

.logocover{
    height: 300px;
    margin-top: 150px;
}
.container {
    text-align: center;
}

h1 {
    font-size: 3rem;
    margin-bottom: 0.5rem;
}
p {
    font-size: 1.2rem;
    margin-top: 0;
    color: #adadad;
}
.logo {
    width: 200px;
}