body {
    background-image: url(/assets/background.gif);
    background-size: cover;
}

#lander {
    color: white;
    text-align: center;
}

.whereto {
    width: 90%;
    margin: auto;
    background-color: black;
    border-style: groove;
    padding: 10px;
}

.nav {
    width: fit-content;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3px;
}

button {
    margin: 4px;
    padding: 3px;
    color: lightgreen;
    background-color: darkgreen;
    border-style: groove;
}

#shit {
    background-color: black;
    color: white;
    border-style: groove;
    width: 300px;
    margin: auto;
}

#para {
    margin: auto;
    padding: 5px;
    margin-top: 25px;
    width: fit-content;
    color: white;
    background-color: black;
    border-style: groove;
}

@media only screen and (max-width:600px){
    #aboutblock {justify-content: center; flex-wrap: wrap;}
    #para2 {width: 75%;}
    #profil {width: 75%;}
}

@media only screen and (min-width:601px){
    #para2 {width: 40%; margin-left: 10%;}
    #profil {width: 40%; margin-right: 10%;}
}

#aboutblock {
    display: flex;
    gap: 3px;
}

#para2 {
    padding: 5px;
    margin-top: 25px;
    background-color: black;
    border-style: groove;
    color: white;
    height: fit-content;
    text-indent: 25px;
}

#profil {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-style: groove;
    gap: 10px;
    padding: 10px;
    margin-top: 25px;
    background-color: black;
    color: white;
}

#stalkerwall {
    width: 75%;
    padding: 10px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: black;
    border-style: groove;
    gap: 3px;
}

#doggo {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.dog {
    margin: 2px;
    border-style: groove;
}

.radio {
    padding: 5px;
    margin-top: 25px;
    background-color: black;
    border-style: groove;
    color: white;
    height: fit-content;
    text-indent: 25px;
}

.title {
    width: fit-content;
    margin-left: 10%;
    color: white;
}