@import url('https://fonts.googleapis.com/css?family=Roboto Light');

* {color: white}
* {font-family: "Roboto Light", monospace}
body {background-color: white}

.away {
    border-style: hidden;
    border-radius: 15px;
    margin: 10px;

    background-color: #E06363;
    width: fit-content;

    float: left;
    left: 0;
    padding-left: 3%;
    padding-right: 5%;

    h3 {
        padding-left: 15px;
    }

    p {
        padding-left: 25px;
    }

    a {
        text-decoration: none;
    }
}

.home {
    border-style: hidden;
    border-radius: 15px;
    margin: 10px;

    background-color: #FFB055;
    width: fit-content;

    float: left;
    right: 0;
    padding-left: 3%;
    padding-right: 5%;

    h3 {
        padding-left: 15px;
    }

    p {
        padding-left: 25px;
    }

    a {
        text-decoration: none;
    }
}

h1 {
    border-style: hidden;
    border-radius: 10px;
    margin: 10px;

    background-color: #97CA9E;

    text-align: left;
    padding-top: 1%;
    padding-left: 2%;
    padding-bottom: 1%;
}