.PC{
    font-family:'Courier New', Courier, monospace;
    border: 2px solid black;
    border-radius: 12px;
    padding: 20px;
    width: 240px;
    margin: 50px;
    color: black;
    background: rgb(226, 162, 43);
    border: 2px solid rgb(248, 226, 25);

    display:inline-block; 
    height: auto;
}

.PC img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border: 2px solid rgb(0, 0, 0);
}

.PC a{
    background-color: black;
    color: rgb(255, 255, 255);
    padding: 10px;
}

.PCGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;

    max-width: 1400px;
    margin: 40px auto;
    padding: 20px;
    height: auto;
}

.Description{
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
    background-color: rgb(226, 162, 43);
    margin: 10px 90px;
    border: 2px solid rgb(248, 226, 25);
    border-radius: 8px;
    color: black;
}

.Main{
    display: flex;
    flex-direction: row;
}

.Specs{
    display: block;
    padding: 10px 30px;
}

.Contact{

    background: green;
    padding: 5px;
    border-radius: 8px;

}

.Main img{
    width: 400px;
    height: 500px;
    object-fit: cover;
    background-color: white;
    border: 2px solid black;
}

.Info{
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    font-size: xx-large;

    height:1450px;
}

.Info textarea{
    width: 900px;
    height: 600px;
    background: whitesmoke;
    font-size: larger;
}

.Info button{
    width: 600px;
    height: 90px;
    font-family: 'Courier New', Courier, monospace;
    font-size: larger;
    color: black;
    background: rgb(248, 150, 38);
}

.Info label{
    color: rgb(248, 150, 38);
    display: block;
}

.Info input{
    text-align: center;
    background: whitesmoke;
    width: 600px;
    height: 90px;
    font-size: xx-large;
    font-family: 'Courier New', Courier, monospace;
}

