
section .header{
    text-align: center;
    padding: 50px;
    font-family: Lamborghini;
    font-size: 60px;
    text-shadow: 0 0 5px;
    transition: 0.3s; 
}

section #lp640{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 60vh;
}
section #lp640 img{
    flex: 1;
    width: 33%;
    margin: 20px;
}
section #lp640 .texts{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 15px;
}
section #lp640 .texts .trim1{
    border: 3px solid white;
    text-align: center;
    border-radius: 5px;
    padding: 5px 60px;
    font-size: 36px;
    margin-top: 5px;
}
section #lp670sv{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 70vh;
}
section #lp670sv img{
    flex: 1;
    width: 33%;
    margin: 20px;   
}
section #lp670sv .texts1{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 15px;
}
section #lp670sv .texts1 .trim2{
    border: 3px solid white;
    border-radius: 5px;
    text-align: center;
    padding: 5px 60px;
    font-size: 36px;
    margin-top: 5px;
}
