body {
    background-image: url("../img/clouds.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-align: center;
    margin: 0;
    padding: 0;
}

#phone-title, #main-title {
    color: white;
}

p, h2, h3 {
    font-family: "Roboto";
    color: white;
}

h1, h2, h3 {
    color: white;
}

header {
    margin-bottom: 20px;
}

.location-info {
    color: white;
    font-size: 18px;
    margin-top: 10px;
    font-weight: 500;
}

#header {
    text-align: center;
    margin-top: 40px;
}

#main-title {
    font-family: "Chewy";
    font-size: 80px;
    margin: 0;
}

#phone-title {
    font-weight: 800;
    font-size: 20px;
    margin-top: 0px;
}

#content {
    width: 800px;
    text-align: left;
    margin: auto;
    background-color: rgba(0,0,0,0.4);
    padding: 20px;
}

.description {
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
}

.description p {
    font-size: 20px;
}

.description h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.description ul {
    text-align: left;
    max-width: 600px;
    margin: 20px auto;
    font-size: 18px;
}

.description li {
    margin-bottom: 8px;
    color: white;
}

.rental-catalog h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 15px;
}

.rental-catalog > p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
}

.contact-info {
    background-color: rgba(0,0,0,0.6);
    padding: 20px;
    margin-top: 30px;
    border-radius: 10px;
    text-align: center;
}

.contact-info h2 {
    font-size: 26px;
    margin-bottom: 15px;
}

.contact-info h3 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.contact-info p {
    font-size: 16px;
}

footer {
    background-color: rgba(0,0,0,0.7);
    padding: 20px;
    margin-top: 20px;
    text-align: center;
}

footer p {
    margin: 5px 0;
    font-size: 14px;
}

.instagram-container {
    text-align: center;
    margin-bottom: 10px;
}

.instagram-button {
    border: solid 2px white;
    display: inline-block;
    width: 260px;
    height: 70px;
    position: relative;
    border-radius: 15px;
    margin: auto;
    transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}

.instagram-button:hover {
    background-color: #00f7ff44;
}

.instagram-logo {
    display: inline-block;
    width: 50px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.instagram-text {
    display: inline-block;
    font-size: 14px;
    text-align: left;
    position: absolute;
    left: 70px;
    right: 10px;
    top: 18px;
    padding: 0;
    margin: 0;
}

.castle {
    position: relative;
    padding: 15px;
    margin-bottom: 20px;
}

.castle-image {
    display: inline-block;
    width: 300px;
    box-shadow: 0px 0px 62px #222222;
}

.castle-info {
    position: absolute;
    left: 350px;
    top: 30px;
    height: 100%;
}

.castle-title {
    font-size: 32px;
    margin: 0;
    margin-bottom: 10px;
}

.castle-price {
    font-size: 24px;
    font-weight: bold;
    color: #00f7ff;
}

.castle-description {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 10px;
}

.castle-video-section {
    position: relative;
}

video {
    width: 300px;
}

.video-info {
    position: absolute;
    left: 335px;
    top: 0px;
}