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%;
    color: white;
}

body {
    margin-bottom: 60px;
    background-color: rgb(49, 60, 79);
    color: white;
}

.right {
    text-align: center;
}

b, p {
    color: white;
    text-shadow: 1px 1px 2px black;
}

.navbar {
    background-color: rgb(37, 45, 60);
}

footer {
    background-color: rgb(37, 45, 60);
}

.information-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-template-rows: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.left {
    background: rgb(37, 45, 60);
    padding: 50px;
    margin-bottom: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.right {
    background: rgb(37, 45, 60);
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    font-size: 18px;
    width: 800px;
    margin: auto;
    
}

.stad {
    margin-top: 20px;
}

.profile-picture {
    margin-bottom: 5px;
    display: flex;
    margin-top: 25px;
    margin-left: 30px;
}
.pfp {
    border-radius: 50px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.profile-picture-text {
    display: flex;
    font-size: 20px;
    margin-left: 30px;
    font-weight: bold;
}

.button {
    padding: 10px 20px;
    background-color: rgb(37, 45, 60);
    display: inline-block;
    border-radius: 10px;
    color: white;
    text-decoration: none;

}
.button2 {
    padding: 10px 30px;
    background-color: rgb(8, 19, 23);
    display: inline-block;
    border-radius: 10px;
    color: white;
    text-decoration: none;
    margin-left: 5px;
    margin-right: 5px;

}

.button2:hover, .button:hover {
        background-color: rgb(23, 27, 35);
        transform: scale(1.05);
        color: white;
}

        

.model {
    font-size: 180%;
    font-weight: bold;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
}

.km {
    font-size: 150%;
    display: inline-block;
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    margin-left: 0.5vw;
    gap: 10px;
}

.carpic {
    border-radius: 20px;
    box-shadow: 4px 4px black;
}