html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background-position: initial;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin-bottom: 60px;
    background-image: url('../Bilder/Ikea grej 2.jpg')
}

/*#wrapper {
    width: 100%;
    height: 100%;
    display: grid;
    top: 0;
    left: 0;
    grid-template-columns: repeat(3, 10fr);
    grid-auto-rows: 200px;
    margin-bottom: 60px;
}*/
#rut {
    width: 700px;
    height: 500px;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-rows: 25% 25% 25% 25%;
    
}

#wrapper {
    width: 100%;
    height: 200px;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-rows: 50% 50%;
}

.stekpanna {
    grid-row: 1/2;
    grid-column: 1/3;
    width: 300px;
    height: 300px;
    display: flex;
    align-items: center;
    border-radius: 40px;
    
}

/*#hat {
    margin-bottom: 10px;
    padding: 5px;
    border-bottom: 5px solid;
    border-radius: 80px;
    border-color: yellow;
}*/

.nytt {
    grid-row: 1;
    grid-column: 3/4;
    display: flex;
    align-items: center;
    font-size: 25px;
    font-weight: bolder;
    color: white;
    text-shadow: 0 0 10px black;
}
.text {
    grid-row: 2;
    grid-column: 3/4;
    align-self: center;
    font-size: 20px;
    font-weight: bolder;
    color: white;
    text-shadow: 0 0 10px black;
}

.pris {
    grid-row: 3/4;
    grid-column: 3/4;
    display: flex;
    align-self: center;
    color: white;
    text-shadow: 0 0 5px black;
}

.titel {
    grid-row: 1/3;
    grid-column: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 1000px;
    font-size: 50px;
    font-weight: bold;
    color: white;
    text-shadow: 0 0 5px black;
}


