*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    background-image: url(pexels-therato-1933239.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.main{
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sub{
    height: 80%;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.head{
    border: 1px solid black;
    border-radius: 10px;
    padding: 5px;
    background-color: black;
    color: white;
}
.a1{
    height: 50%;
    width: 50%;
    border: 1px solid black;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.newQuote{
    padding: 10px;
    border-radius: 10px;
    
}