﻿body {
    margin: 0px;
    padding: 0px;
}

#about-body {
    background-color: white;
}

.about-text {
    font-size: 20px;
    color: blueviolet;
    line-height: 30px;
}

.about-main-cont {
    margin-left: auto;
    margin-right: auto;
    width: 1080px;
    margin-top: 100px
}

.about-text > a {
    color: blue;
}

.about-head {
    text-align: center;
    font-size: 50px;
    margin-bottom: 50px;
    padding-bottom: 5px;
    color: blueviolet;
    border-bottom: 1px solid blueviolet;
}

header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100px;
    background-color: blueviolet;
}

.header-cont {
    margin-left: 150px;
    margin-right: 300px;
    text-align: center;
    color: white;
    font-size: 40px;
    font-weight: 800;
    width: 300px;
}

.header-link > a {
    color: white;
    font-size: 25px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
}

.form-banner {
    color: blueviolet;
    font-size: 30px;
    font-weight: 800;
    border-bottom: 2px solid blueviolet;
    width: 200px;
    margin-bottom: 30px;
    margin-top: 100px;
}

.form-container {
    margin-bottom: 50px;
}

.main-container {
    margin-left: auto;
    margin-right: auto;
    width: 720px;
}

.right-violet {
    border-right: 1px solid blueviolet;
}

.bottom-violet {
    border-bottom: 1px solid blueviolet;
}

.input-container input {
    border-top: none;
    border-bottom: none;
    background-color: lightgrey;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.input-container label {
    font-size: 20px;
}

.submit-btn {
    background-color: blueviolet;
    color: white;
    width: 100px;
    height: 30px;
    font-size: 20px;
    border: none;
    margin-top: 10px;
}

.items-cont {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.item-cont {
    width: 1024px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: row;
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid blueviolet;
    border-right: 2px solid blueviolet;
}

    .item-cont img {
        height: 200px;
        width: 200px;
    }

.item-left {
}

.item-right {
    margin-left: 20px;
}

    .item-right a {
        font-size: 25px;
        text-decoration: none;
    }

.price-cont {
    font-size: 20px;
    margin-top: 10px;
}

.comment-email {
    font-size: 23px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.comment-content {
    font-size: 20px;
    border-right: 1px solid blueviolet;
    border-bottom: 1px solid blueviolet;
    padding-bottom: 10px;
}

#comment-area {
    margin-top: 10px;
    width: 300px;
    height: 200px;
    border: 1px solid blueviolet;
    padding: 5px;
}

#send-comment-btn {
    height: 50px;
    width: 300px;
    background-color: blueviolet;
    color: white;
    font-size: 25px;
    margin-top: 10px;
    text-decoration: none;
    outline: none;
}

.comments-banner {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 25px;
    color: blueviolet;
    font-weight: 800;
}

.item-holder {
    display: flex;
    flex-direction: row;
}

.item-info-cont {
    margin-left: 20px;
    margin-top: 20px;
}

.item-details-cont {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.model-name {
    font-size: 25px;
}

.model-price {
    font-size: 20px;
}

.warn {
    margin-top: 20px;
    font-size: 18px;
}
