
body{
margin: 0;

background-image: url(/assets/img/tree.jpg);
background-size: cover; 
background-repeat: no-repeat;
background-position: center top;

border-left: 10vw solid blue;
border-right: 10vw solid green;

text-align: justify;  
padding: 15px 30px; 
}

* {
    box-sizing: border-box;
}

.confuc {
    font-family: 'Architects Daughter', cursive;
    padding: 0px 0px;
    font-weight: 700;
    font-size: 160px;
    text-align: center;
    color: rgb(221, 10, 240);
    text-shadow: 2px 4px 8px;
}

.exercises{
    font-family: 'Cinzel', serif;
    padding: 0px 15px;
    font-weight: 400;
    font-size: 45px;
    text-align: center;
    color: rgb(0, 0, 0);
    text-shadow: 0px 12px 6px;

}

.mind{
    font-family: 'Courgette', cursive;
    padding: 15px 15px;
    font-weight: 400;
    font-size: 45px;
    text-align: center;
    color: rgb(185, 4, 4);
    text-shadow: 2px 0px 6px;
}

.rice{
    font-family: 'Dancing Script', cursive;
    padding: 50px 15px;
    font-weight: 400;
    font-size: 45px;
    text-align: center;
    color: rgb(53, 216, 228);
    text-shadow: 2px 0px 10px;
}

.superior{
    font-family: 'Irish Grover', cursive;
    padding: 50px 15px;
    font-weight: 400;
    font-size: 45px;
    text-align: center;
    color: rgb(255, 255, 255);
    text-shadow: 2px 0px 6px;
}

.country{
    font-family: 'Satisfy', cursive;
    padding: 50px 15px;
    font-weight: 400;
    font-size: 60px;
    text-align: center;
    color: rgb(236, 52, 159);
    text-shadow: 2px 0px 6px;
}

.greatest{
    font-family: 'Shadows Into Light', cursive;
    padding: 100px 15px;
    font-weight: 400;
    font-size: 90px;
    text-align: center;
    color: rgb(108, 235, 92);
    text-shadow: 2px 3px 12px;

}

.job{
    font-family: 'Space Mono', monospace;
    padding: 0px 0px;
    font-weight: 400;
    font-size: 45px;
    text-align: center;
    color: rgb(185, 4, 4);
    text-shadow: 2px 2  px 6px;
    transform: rotate(350deg);
    background: white;
    border-radius: 15px;
}

.Con{
    font-family: 'Lobster Two', cursive;
    padding: 50px 15px;
    font-weight: 400;
    font-size: 45px;
    text-align: right;
    color: rgb(185, 4, 4);
    text-shadow: 10px 15px 5px;

}