@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');


* {
    margin: 0;
    padding: 0;
    font-family:Play,Trebuchet MS, Tahoma,Roboto ,Arial, sans-serif;
}

h1, h3 {
    text-align: center;
}

.titles {
    text-align: center;
    background-color: #50C878;
    color: #fff;
    padding: 20px;
    box-shadow: 1px 1px 5px black;
}

a {
    text-decoration: none;
}

.content p {
    text-align: center;
    margin-top: 30px;
    line-height: 30px;
    font-size: 1.2rem;
}

.content ul {
    font-size: 1.2rem;
}


main {
    padding-top: 60px;
    min-width: 405px;
}

h1 {
    overflow: hidden;
    margin-bottom: 20px;
}


.content p::first-letter
{
    margin-left: 10px;
}

h3 {
    background-color: rgba(194, 88, 13, 0.751);
    color:white;
    padding: 10px;
    box-shadow: 1px 1px 5px black;
    font-size: 1.5rem;
}

img {
    width: 100%;
    height: 100%;
}


#video-wrapper {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

video {
    width:70vw;
}

.content {
    margin-left: 10px;
}

.sub-title {
    text-align: center;
    margin-top: 30px;
    margin-right: 10px;
}

#footer-title {
    background-color: white;
    box-shadow: none;
    color: black;
    margin-top: 60px;
    margin-bottom: -50px;
}









