body{

padding: 0%;
margin: 0%;
height: 100vh;
border: 5px solid black;

background-color: black;

display: flex;
justify-content: center;
align-items: center;

}

.utube-logo{

    height: 200px;
    width: 300px;

    background-color: firebrick;
    border-radius: 50px;

    display: flex;
    align-content: center;
    align-items: center;

}

.utube-text{
    font-family: sans-serif;
    font-weight: bold;
    font-size: 6.5rem;
    color: white;

    margin: 25px;
}

.playbtn{

    margin-left: 100px;

    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 120px solid white;

}