@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;400&display=swap');
body{
    background-color: #ffffff;
    font-family: 'Raleway', sans-serif;
    color:#4b4c4c;
}
.satellite{
    background-image: url('../img/satellite.webp');
    background-size: cover;
}
body p{
    font-size: 15px;
    line-height: 1.875em;
    letter-spacing: normal;
}
.link{
    font-size: 12px;
}
.welcome-header{
    font-size: 72px;
    line-height:1.25em;
    letter-spacing: normal;
}
.container{
    max-width: none;
}
.wrapper{
    width: 80vw;
}
.welcome-sub-header{
    font-size: 20px;
    line-height: normal;
}
.welcome-text
{
    font-size: 1px;
    letter-spacing: normal;
    line-height: 1.875em;
    letter-spacing: 13px;
}
.normal-text{
    font-size:40px;
    line-height: normal;
}
.normal-sub-header
{
    font-size:18px;
    line-height: 1.75em;
}
.board-div{
    background-image: url('../img/board.webp');
    background-size: cover;
}
.coffee
{
    background-image: url('../img/coffebg.jpg');
    background-size: cover;
    background-attachment: fixed;
}
.link{
    color: #4b4c4c;
}
.link:hover
{
    text-decoration: none;
    color: #e63946;
}