:root{
    background-color: palegoldenrod;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.Holder{
    width: 100%;
    /* background-color: green; */
    text-align: center;
}

.Title{
    margin-top: 5vh;
    font-size: 15vh;
    /* background-color: blue; */
}

.Logo{
    margin-top: 5vh;
    height:60vh;
    /* background-color: yellow; */
}