#banner {
    background-image: url('images/banner.png?version=1.5');
    height: 100vh;
    background-size: cover;
    background-position: center;
}

#banner h1 {
    color: rgb(250, 221, 0);
    font-size: 5em;
    font-family: "Titan One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

#banner a {
    background-color: rgb(0, 0, 0);
    border: 5px rgb(76, 76, 217) solid;
    padding: 15px;
    color: rgb(250, 221, 0);
    border-radius: 15px;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
    font-size: larger;
    font-family: "Titan One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

#banner a:hover {
    border: 10px rgb(76, 76, 217) solid;
    font-size: 25px;
}

* {
    margin: 0%;
    font-family: sans-serif;
}

body {
    background-color: rgb(200, 200, 200);
    color: rgb(33, 33, 33);
}

p {
    max-width: 50%;
    font-size: 25px;
    padding: 5%;
}

h1,
h2,
h3 {
    font-family: "Titan One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

#photos {
    border: 20px rgb(76, 76, 217) solid;
    border-radius: 15px;
    background-color: rgb(0, 0, 0);
    color: rgb(250, 221, 0);
}