#home-page {
    background-image: url('media/studio2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#other-page {
    background-color: rgb(48, 48, 48);
}

h1 {
    color: rgb(255, 204, 109);
}

h2 {
    color: rgb(255, 204, 109);
}

p {
    color: white;
}

ul {
    display: inline-block;
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

a {
    color: rgb(255, 204, 109);
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.container {
    text-align: center;
}