*{
    margin: 0%;
    padding: 0%;
    width: 100%;
}
body{
    background-color:black;
}
header{
    background-color: black;
    color: white;

}
header h1{
    padding-top: 3%;
    padding-bottom: 2%;
    margin-left: 2%;
}
iframe{
    height: 300px;
}
.theme2{
 display: flex;
 margin-top: 5%;
 column-gap:2% ;

}
.theme2 div a{
    text-align: center;
    width: 100%;
    color: white;
    font-size: 24px;
    border: 2px solid white;
    padding: 2%;
    position: relative;
    top: 10%;
    text-decoration: none;
    margin-left: 5%;
}
p{
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    padding-bottom: 2%;
    background-color: grey;
    padding-top: 1%;
}
header a{
    color: white;
    margin-left: 1%;
    padding: 1%;
    text-decoration: none;
    background-color: red;
    border-radius: 5%;
}