body {
    background: #121212;
    color: #fff;
    margin: 0;
    font-family: Roboto Flex;
}

.container {
    width: 90%;
    max-width: 1400px;
    margin: auto;
}

.car-section {
    display: flex;
    gap: 200px;
    min-height: 400px;
    margin-bottom: 50px;
    border-bottom: 1px solid #333;
    opacity: 0;
    transform: translateY(50px);
    transition: .5s;
}

    .car-section.in-view {
        opacity: 1;
        transform: translateY(0);
    }

.carpic {
    flex: 2;
    display: flex;
    justify-content: center;
}

.image-wrapper {
    position: relative;
}

.kort-bild {
    width: 810px;
    height: 456px;
    display: block;
}

.logan, .logan_2 {
    position: absolute;
    top: 10px;
    width: 100px;
    height: auto;
}

.logan {
    left: 0px;
}

.logan_2 {
    right: 0px;
}

.info-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.car-title {
    color: red;
    font-size: 28px;
    margin-bottom: 25px;
}

.links-list div {
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-bottom: 15px;
}

.iconcirclearrow {
    width: 20px;
    height: 20px;
    border: 1px solid red;
    border-radius: 50%;
    margin-right: 15px;
}

a {
    color: white;
    text-decoration: none;
}

    a:hover {
        color: red;
    }

.bilar-salu,.titel {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 80px 0;
    flex-direction: column;
}

.profil-box {
    display: flex;
    justify-content: space-evenly;
    font-size: 20px;
}

.namn {
    color: red;
}

.alla-bilar {
    border: 1px solid red;
    padding: 6px 10px;
    border-radius: 5px;
}
