.linkstyle01 {
    font-size: 50px;
    text-decoration: none;
    background-color: white;
}

.linkstyle01:hover {
    text-decoration: underline;
}

body {
    background: no-repeat center/80% url("images/tag_stamp01.png");
}

.headmark {
    font-size: 100px;
}

a:visited {
  font-size: 200px;
  background-color: yellow;
}

h1 {
    font-size: 100px;
}
.titledayo {
    color: blue;
}

rt {
    color: pink;
}

/* テーブルのスタイル */
table {
    width: 90%;
    margin: 0 auto;
    border-collapse: collapse;
}

/* テーブルヘッダーのスタイル */
thead th {
    background-color: #f2f2f2;
    padding: 10px;
    border: 1px solid green;
    text-align: left;
}

/* テーブルセルのスタイル */
tbody td {
    padding: 10px;
    border: 1px solid green;
    vertical-align: top;
}

/* コード要素のスタイル */
code {
    background-color: #f8f8f8;
    padding: 2px 4px;
    border-radius: 3px;
    font-family: 'Courier New', monospace;
}

.table01  {
    transform: rotate(45deg);
}

.progress01 { 
    width: 50%;
}

.diary-title {
    display: inline-block;
    font-size: 50px;
    border-bottom: 1px solid black;
    cursor: pointer;
}

.date01 {
    font-size: 50px;
    transform: rotate(90deg);
    border: 1px solid pink;
}
.todaysPhotos {
    margin-top: 100px;
}

.kansou-title {
    font-size: 50px;
    border: 1px solid pink;
}
.kansou-text {
    font-size: 100px;
}
#square {
    background-color: deeppink;
    width: 100px;
    height: 100px;
    position: relative;
    bottom: 0;
}
 .energyimage01 {
    width: 100%;
    height: 300px;
 }

img {
    border-radius:50%;
    filter: drop-shadow(red 1rem 1rem 20px);
}
img:hover {
    filter: drop-shadow(blue 1rem 1rem 20px);
}
.svgimage {
    width: 100px;
}
footer {
    font-size: 100px;
}