@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Beiruti:wght@200..900&family=Playwrite+DE+Grund:wght@100..400&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');

@font-face {
    font-family: 'black';
    src: url('fonts/Black Mustang.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'aligator';
    src: url('fonts/Aligator.otf') format('opentype');
    font-weight: normal;
}

@font-face {
    font-family: 'metal';
    src: url('fonts/DeathMohawk_PERSONAL_USE_ONLY.otf') format('opentype');
    font-weight: normal;
}

@font-face {
    font-family: 'mine';
    src: url('fonts/Minecrafter.Alt.ttf') format('truetype');
    font-weight: normal;
}
* {
    font-family: Arial, Helvetica, sans-serif;
}
body{
    background-image: linear-gradient(to right, #042326 , #1D7373);
    height: 100%;
    
}

main {
    background-color: white;
    border-radius: 10px;
    box-shadow: 5px  5px  15px  rgba(43, 172, 172, 0.384);
    width: 600px;
    padding: 10px;
    margin: auto;
}

h1 {
    font-family: 'mine', "Playwrite DE Grund", cursive;
    color: #279b9b;
    text-align: center;
    font-size: 2.5em;
    font-weight: normal;
}

h2 {
    color: #107361;
    font-family: 'Shadows Into Light', "Playwrite DE Grund", cursive;
    font-size: 2em;
    font-weight: normal;
}
a {
    color: #0F5959;
}

a:hover {
    font-weight: bold;
}

ul.dois {
    columns: 2;
}