/* ALL */
body{
    font-family: 'Raleway';
    box-sizing: border-box;
    letter-spacing: 0.1em;
    line-height: 1.3;
    text-align: justify;
}
a{
    text-decoration: none;
}

header{
    width: 100%;
    height: 100vh;

    background-image: url("../img/home/the-travel-nook.jpg"); 
    background-color: #cccccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    display: flex;
    flex-direction: column;
    justify-content: start;
}
header h1{
    font-size: 10em;
    color: white;
    margin-bottom: 0;
    margin-left: 2%;
}
header p{
    font-size: 3em;
    font-weight: 700;
    color: white;
    margin-left: 2%;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 100%);
}