@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

body {
	background-color: #000;
	margin: 0px;
	}

.navbar {
    background-color: #222;
    }

.button {
    margin: 0px;
	font-family: 'Montserrat', sans-serif;
    font-size: 19px;
	font-weight: bold;
    padding: 10px 16px;
	text-align: left;
	display: inline-block;
    width: 160px;
    background-color: #1DB954;
    color: #000;
    cursor: pointer;
	}

.button a {
	display: inline-block;
	width: 160px;
	}

.button:hover {
    background-color: #1DB954;
	}

.button a {
    color: #000;
    text-decoration: none;
	}

.dropdown {
    display: inline-block;
	}

.submenu {
    font-family: 'Arial', sans-serif;
	font-size: 16px;
    text-align: left;
	display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: #0f4d39;
	}

.submenu a {
    width: 160px;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	}

.submenu a:hover {
	background-color: #f1f1f1;
	}

h1 {
	font-family: 'Montserrat', serif;
	color: #1DB954;
	}

p {
	font-family: 'Oswald', sans-serif;
	font-size: 19px;
	color: #fff;
	}

img {
	display: block;
	margin: 20px auto;
	}

a {
	color: #1DB954;
	}
