* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #DBEAFE;
    font-family: "IBM Plex Serif";
}

.quotation-layout {
    margin: 50px auto;
    border: 1px solid gray;
    width: 550px;
    height: 830px;
    background-color: #f8f9fa;
    position: relative;
}

.company-info {
    padding: 1.8rem 1.5rem;
}

.no {
    transform: translate(-5px, 5px);
}

.no,
address {
    font-size: 0.8rem;

}

header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2rem;
    background-color: #35babd;
}

main {
    padding: 1.8rem 1.5rem;
}

h1 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}

h1::after {
    content: "🐟";
}

address {
    font-style: normal;
}

h2 {
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 1.3rem;
}

.customer-name {
    margin-bottom: 0.8rem;
}

table {
    border: 1px solid #a2caff;
    border-collapse: collapse;
    margin-bottom: 2rem;
    font-size: 0.8rem;
}

th, 
td {
    border: 1px solid #a2caff;
    padding: 0.2rem;
}

.signature1
 {
    position: absolute;
    right: 50px;
    border-right: 100px solid rgba(128, 128, 128, 0.443);
}

.signature2 {
    position: absolute;
    right: 50px;
    bottom:170px;
    border-right: 100px solid rgba(128, 128, 128, 0.443);
}

.wasabi {
    font-family: "Lavishly Yours";
    position: absolute;
    right: 30px;
    font-size: 1.5rem;
}

.sauce {
    font-family: WindSong;
    position: absolute;
    right: 30px;
    bottom: 160px;
    font-size: 1.5rem;
}

.caveat {
    position: absolute;
    bottom: 5px;
    font-size: 0.8rem;
    color: red;
}