


body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #7D4F50;;
    color: #333;;
    padding: 20px;
}


header {
    background-color: #CC8B86;
    padding: 20px;
    text-align: center; 
    border-radius: 10px;
}

header > h1 {
    font-size: 45px;
    color: #333;
}


.box {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.cpu {
    background-color: #CC8B86;
    padding: 25px;
    max-width: 800px;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    border-radius: 10px;
}


.cpu_fan {
    background-color: #CC8B86;
    padding: 25px;
    max-width: 800px;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    border-radius: 10px;
}



.strøm {
    background-color: #CC8B86;
    padding: 25px;
    max-width: 800px;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    border-radius: 10px;
}

.hovedkort {
    background-color: #CC8B86;
    padding: 25px;
    max-width: 800px;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    border-radius: 10px;
}

.ram {
    background-color: #CC8B86;
    padding: 25px;
    max-width: 800px;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    border-radius: 10px;
}


button {
    background-color: #7D4F50;
    color: #333;
    padding: 10px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
    border-radius: 10px;
    font-size: 17px;
}

button:hover {
    background-color: #dcc7ce;
}


.button {
    background-color: #CC8B86;
    padding: 25px;
    max-width: 800px;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    
}


p {
    font-size: 20px;
}





