body{
    padding:0;
    margin:0;
}
.container{
    padding:0 5% 0 5%;
}
.logo{
    text-align: center;
}
.logo>img{
    text-align: center;
    height:100px;
}
.button{
    text-align: center;
}
.button>button{
    width:80%;
    height:200px;
    font-size:50px;
    margin:50px;
    background-color:lightpink;
    border-radius: 5%;
}
.channel>button{
    width:80%;
    height:100px;
    font-size:50px;
    margin:50px;
    background-color:lightpink;
    border-radius: 5%;
}