* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Roboto, arial;
    text-decoration: none;
}

body {
    position: relative;
    height: 0;
}

.logo { 
    width: 180px;
    height: 50px;
    margin-top: 20px;
    margin-left: 70px;
    display: inline-block;
    z-index: 3;
}


.homepage {
    top: 0;
    left: 0;
    position: absolute;
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.homepage > .title{
    flex: 1;
}

.homepage > .nav {
    padding-bottom: 20px;
    height: 620px;
    position: relative;
}

.homepage > .nav > .start {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.homepage a {
    text-decoration: none;
}

.homepage h1 { 
font-size: 80px;
font-weight: bold;
text-transform: uppercase;
color: #fff;
text-align: center;
padding-top: 20px;
}

.homepage p { 
    font-size: 20px;
    text-align: center;
    color: #fff;
    padding: 20px;
}

.video { 
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.begin {
    background: #046DBC;
    color: #fff;
    font-size: 32px;
    font-family: Roboto;
    font-weight: bold;
    border: 2px solid #fff;
    border-radius: 7px;
    padding: 0 10px 5px 10px;
    text-transform: capitalize;
    text-align: center;
    margin: auto;
    display: flex;
}

.icons img { 
    width: 35px;
    height: 35px;
    color: red;
}

.icons { 
    display: flex;
    padding: 10px 30px 20px;
}

.right a {
    display: block;
    text-align: right;
}

.left a { 
    display: block;
    text-align: left;
}

.right,
.left,
.scroll { 
    flex: 1;
    padding: 8px;
}


.arrow {
    width: 25px;
    height: 25px;
    float: left;
    white-space: nowrap;
    padding-left: 6px;
    
}

h4 { 
 font-size: 19px;
 float: left;
 padding: 0;
 margin: 0;
 white-space: nowrap;
}

.play { 
    width: 30px;
    height: 30px;
    color: #fff;
}


.attributions {
    position: absolute;
    bottom: 30px;
    left:50%;
    transform: translateX(-50%);
}

.attribu {
    background: #839DDB;
    color: #fff;
    font-size: 32px;
    font-family: Roboto;
    font-weight: bold;
    border: 2px solid #fff;
    border-radius: 7px;
    padding: 0 10px 5px 10px;
    text-transform: capitalize;
    text-align: center;
    margin: auto;
    display: flex;
    flex-flow: column-reverse;
}
