@import url("./navigacio.css");

body {
    background-image: url("../weblap_kepek/background.jpg");
    background-size: cover;
    background-attachment: fixed;
}

p {
    font-size: 1.5rem;
    color: white;
}

h1 {
    color: white;
    font-size: 3em;
}

img {
    width: 250px;
}

.img-fluid {
    float: left;
    margin-left: 1em;
    margin-right: 2em;
}

.col-9 {
    margin-right: 2em;
}

footer {
    margin-top: 2em;
    font-size: 0.9em;
    color: gray;
    float: right;
}

#skiptocontent *{
    position: absolute;
    left: -10000px;
}

#skiptocontent a:focus {
    position: static;
    width: auto;
    height: auto;
}