body{
    font-family: Verdana, Geneva, Tahoma, sans-serif
}

main{
    text-align: center;
}

h1{
    color: white;
    font-size: 60px ;
}

h2{
    color: white;
    font-size: 40px;
}

.statement {
    color: white;
    font-size: 20px;
}

.new-abt{
    font-size: 25px;
    background-color: #123524;
    color: white;
    cursor: pointer;
    border-radius: 8px;
    text-align: center;
    padding: 12px 28px;
}

.new-library{
    font-size: 25px;
    background-color: #123524;
    color: white;
    cursor: pointer;
    border-radius: 8px;
    text-align: center;
    padding: 12px 28px;
}

.new-contact{
    font-size: 25px;
    background-color: #123524;
    color: white;
    cursor: pointer;
    border-radius: 8px;
    text-align: center;
    padding: 12px 28px;
}

.newbtn-group {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    height: 200px;
}