body{
    margin: 0;
    padding: 0;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    background-color: aliceblue;
}

.container{
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-top: 0px;
}

.primary{
    border: none;
    background-color: rgb(48, 209, 209);
    width:150px;
    height: 35px;
    color: white;
    font-size: 20px;
    font-weight: 550;
    border-radius: 15px;
}

.primary:hover{
    background-color: rgb(132, 188, 238);
    cursor: pointer;
}

.main{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}

img{
    border: 3px solid black;
    width: 600px;
    height: 500px;
    margin:20px;
    border-radius: 10px;
}

h4{
    font-weight: 550;
}

.information{
    margin: 0px 150px 0px 150px;
    line-height: 20px;
    font-size: 18px;
    
}

.youtube{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    margin-top: 10px;
}