* {
    padding: 0;
}

body {
    
    font-family: 'Roboto', sans-serif;
}

header {
    background: url(./assets/rDJegQJaCyGaYysj2g5XWY.jpg);
    background-color: rgb(0,0,0,0.5);
    background-size: cover;
    background-position: center;    
    background-repeat: no-repeat;
    align-content: center;
    color: white;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-content: space-between;
    text-align: center;

}

span {
    font-size: 100px;
    color: rgb(65,65,65);
    -webkit-text-stroke-color: white;
    -webkit-text-stroke-width: 2px; 
    position: relative;
    left: 60px;
    bottom: 10px;
}

main {
    
    background-color: black;
    padding: 10px
}


nav {
    color: #d30510;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 90%;
    margin-top: 20px;
}

svg {
    width: 140px;
    margin-left: 130px;
}

#get-started {
    border: 1px solid white;
    background-color: #d30510;
    border-radius: 10%;
    color: white;
    padding: 12px 24px;
    margin: 8px 0;
    font-size: 18px;
    cursor: pointer;
}
.sign-in {
    background-color: #d30510;
    border-radius: 10%;
    border-color: white;
    color: white;
    padding: 4px 16px;
    font-size: 14px;
    cursor: pointer;
}

h2 {
    color: white;
    margin-left: 100px;
    margin-top: 100px;
}

form {
    display: flex;
    box-sizing: border-box;
    align-content: center;
    flex-direction: column;
    margin-top: 200px;
    margin-left: 100px;
    margin-right: 100px;
    background-color: none;
}

.submit{
    margin-left: 400px;
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
    padding-top: 16px;
    height: 72px;
    width: 432px;
}
input {
    padding: 12px 24px;
    margin: 8px 0;
    font-size: 18px;
    cursor: pointer;
}

.tv-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tv-container video {
    position: absolute;
    width: 60%;
    height: 260px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

article {
    width: 280px;
    height: 250px;
    padding: 24px 16px;
    background-color: #0F0616;
    border-radius: 10%;
}

.reasons {
    display: flex;
    color: rgb(255,255,255);
    border-radius: 20%;
    gap: 20px;
    margin-left: 20px;
    margin-bottom: 30px;

}

.faq button {
    background-color: #323232;
    width: 90%;
    height: 80px;
    text-align: left;
    border: none;
    outline: none;
    color: white;
    padding: 6px 16px;
    font-size: 14px;
    cursor: pointer;
}

.faq {
    color: white;
    text-align: center;
}

.active, .collapsible:hover {
  background-color: #ccc;
}

.content { 
    padding: 16px 18px;
  display: none;
  overflow: hidden;
  background-color: #323232;
  margin: 0 auto;
  width: 90%;
}

.submit2 {
    margin-left: 400px;
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
    padding-top: 16px;
    height: 72px;
    width: 432px;
}

#get-started2 {
    background-color: #d30510;
    border-radius: 10%;
    color: white;
    height: 72px;
    padding: 12px 24px;
    margin: 8px 0;
    font-size: 18px;
    cursor: pointer;
}

footer {
    display: flex;
    justify-content: space-between;
    background-color: black;
    margin-left: 10px;
    color: grey;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 80px;
    cursor: pointer;
}

footer:hover {
    color: white;
    text-decoration: underline;
}
li {
    padding: 8px;

}


