@font-face {
    font-family: 'Trajan';
    src: URL('../ttf/Trajan\ Bold.ttf') format('truetype');
}
.dorArea{
    font-family: Trajan;
    border: 1px solid grey;
    box-shadow: 0px 0px 15px grey;
    border-radius: 0px 50px 0px 50px;
    background-color: black;
    text-align: center;
    transition: all 2s;
}
.dorArea h4{
    color: #B5712E;
}
.tagName{
    font-size: 45px;
}
.tagName span{
    font-size: 50px;
}
.bistro{
    font-size: 16px;
}
.detailsDor{
    padding: 15px;
    text-align: justify;
    border: 1px solid grey;
    border-radius: 10px;
}