.logo{
    display: block;
    margin: 20px auto;
    width: 300px;
    height: auto;
    margin-bottom: 0.5px;
}
.tekst{
    display: flex;
    background-color: rgb(207, 206, 206);
    width: 500px;
    height: 500px;
    margin: 50px auto;
    margin-top: 150px;
    justify-content: center;
}